Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
Apa itu Quickfind?
Quickfind adalah ekstensi Chrome yang dikembangkan oleh matthew, dan fitur utamanya adalah "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quickfind
Unduh file ekstensi Quickfind dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 ##
Informasi Dasar Ekstensi
Nama | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
URL Resmi | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
Deskripsi | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
Ukuran File | 41.68 KB |
Jumlah Instalasi | 400 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-01-09 |
Tanggal Publikasi | 2016-01-09 |
Penilaian | 3.57/5 Total 7 Penilaian |
Pengembang | matthew |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |