Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
What is Quickfind?
Quickfind is a Chrome extension developed by matthew, and its main feature is "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.".
Extension Screenshots
Download Quickfind Extension CRX File
Download Quickfind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ##
Extension Basic Information
Name | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
Official URL | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
Description | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
File Size | 41.68 KB |
Installation Count | 400 |
Current Version | 1.3 |
Last Updated | 2016-01-09 |
Publish Date | 2016-01-09 |
Rating | 3.57/5 Total 7 Ratings |
Developer | matthew |
Payment Type | free |
Supported Languages | 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" ] } ] } |