Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
什么是Quickfind?
Quickfind是由matthew开发的Chrome扩展程序,该扩展的主要功能是“highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.”。
扩展截图
下载Quickfind扩展crx文件
下载Quickfind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Highlight all occurrences of a specific word on a web page by alt + double clicking it or highlight a phrase by alt + selecting it. This is really useful for skimming text or documentation. ## THIS EXTENSION IS IN DEV BETA ##
扩展基本信息
名称 | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
官方URL | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
简介 | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
文件大小 | 41.68 KB |
安装次数 | 400 |
当前版本 | 1.3 |
更新时间 | 2016-01-09 |
上架时间 | 2016-01-09 |
评分 | 3.57/5 共7次评分 |
开发者 | matthew |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickfind", "description": "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "author": "Matthew Moy", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-2.1.4.min.js", "search.js", "findAndReplaceDOM.min.js" ] } ] } |