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" ] } ] } |