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 |
官方網址 | 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" ] } ] } |