当前位置: 首页 > 软件库 > 应用工具 > 下载工具 >

chrome-avgle-helper

授权协议 GPL-3.0 License
开发语言 Java
所属分类 应用工具、 下载工具
软件类型 开源软件
地区 不详
投 递 者 楚方伟
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Chrome Avgle Helper

A Chrome extension for a free community 一个给司机用的Chrome插件

Notice 注意

This extension is for research and learning only. Do not use it for illegal purposes
You can learn how to create Chrome extension, write Bash script and more from this repository ....

这个插件仅供用于研究学习. 请勿用于非法用途
你可以从这个仓库中学到如何创建 Chrome 插件, 编写 Bash 脚本等等 ...

Feature 功能

  1. download video 下载
  2. display video number friendly 车牌号

Install & Usage 安装 & 使用

简单来说: 安装 Git, 克隆这个仓库到本地, 从本地安装Chrome插件, 运行 ./install.sh.

  1. Install Git and understand the basic usage of Git.
  2. Clone this repository into local computer.
  3. Install Chrome extension
    1. Navigate to chrome://extensions in chrome.
    2. Check Developer mode on, then click Load Unpacked Extension.
    3. Choose the folder extension under this project.
  4. Please read windows-libs/README.md If you are a Windows user (Windows 用户请读这个文档)
  5. Install download and merger scripts:
    • for Most Linux Systems / OS X / WSL:
      • ./install.sh /usr/local/bin/ or ./install.sh ~/bin
    • for Windows User (Git Bash / Cygwin):
      • ./install.sh
  6. Usage example:
    1. Download video follow command on the online player page by script AvgleDownloader
    2. Combine video files by script Avgle

�� Enable aria2 multi-thread download mode 贼快

sudo apt install aria2 # Ubuntu
brew install aria2 # OS X

Contributing 贡献/修改代码

If you are interested in fixing issues and improving codes to this repository, you can get references from these places:

License 开源协议

Sources are licensed under the GPL-3.0 License.

 相关资料
  • 使用chrome调试android前端页面 下载Chrome浏览器 官方教程:remote-debugging 开源工具Stetho 功能: 安卓远程调试目前支持所有操作系统(Windows,Mac, Linux, and Chrome OS.)中调试,支持: 调试站点的页面 调试安卓原生App中的WebView 实时将安卓设备的屏幕图像同步显示到开发机器。 通过端口转发(port forward

  • Chrome 是 Google 做的浏览器。 https://www.google.com/chrome/ 安装 国内打开 Google 网站会遇到网络问题,你需要想想办法 :) 或者直接在百度搜索 Chrome 浏览器,在一些靠谱的下载网站去下载 Chrome。也可以试一下使用系统包管理工具去安装 Chrome。 Windows 用 chocolatey 安装 Chrome: choco ins

  • Google Chrome,又称谷歌浏览器,是一个由Google(谷歌)公司开发的网页浏览器。本软件的程式码是基于其他开放源代码软件所撰写,包括WebKit和Mozilla,目标是提升稳定性、速度和安全性,并创造出简单且有效率的使用者界面。软件的名称是来自于又称作“Chrome”的网络浏览器图形使用者界面(GUI)。 Chrome相应的开放源代码计划名为Chromium,而Google Chrom

  • 查看[Chrome OS设计文档相关章节](https://www.chromium.org/chromium-os/chromiumos-design-docs)

  • 第一章 Chrome开发者工具 * 2017-11-17 白鹏飞 增加调试工具的一些实用技巧,增加与Firefox对比 1.1 Chrome Devtools 概述 Chrome开发工具(又称DevTools),是一套内嵌在chrome浏览器内部的web编写和调试工具。DevTools提供给web开发人员深入地访问浏览器内部和web应用的机会。DevTools可以有效地 跟踪布局问题 , 设置J

  • 使用 Headless Chrome 渲染 JavaScript 前端渲染的网页(如 AngularJS)以便搜索引擎爬取。 安装 Chrome Headless Chrome Headless 浏览器可以使用 Docker 轻松安装: $ docker pull yukinying/chrome-headless 启动 Chrome Headless $ docker run -i -t --s