A Chrome extension for a free community 一个给司机用的Chrome插件
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 脚本等等 ...
简单来说: 安装 Git
, 克隆这个仓库到本地, 从本地安装Chrome插件, 运行 ./install.sh
.
Git
and understand the basic usage of Git
.chrome://extensions
in chrome.Developer mode
on, then click Load Unpacked Extension
.extension
under this project../install.sh /usr/local/bin/
or ./install.sh ~/bin
./install.sh
AvgleDownloader
Avgle
aria2
multi-thread download mode 贼快sudo apt install aria2 # Ubuntu
brew install aria2 # OS X
If you are interested in fixing issues and improving codes to this repository, you can get references from these places:
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