Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
Was ist Quickfind?
Quickfind ist eine Chrome-Erweiterung, die von matthew entwickelt wurde, und ihr Hauptmerkmal ist "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.".
Erweiterungsscreenshots
Quickfind-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quickfind-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ##
Grundlegende Informationen zur Erweiterung
Name | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
Offizielle URL | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
Beschreibung | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
Dateigröße | 41.68 KB |
Installationsanzahl | 400 |
Aktuelle Version | 1.3 |
Letztes Update | 2016-01-09 |
Veröffentlichungsdatum | 2016-01-09 |
Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
Entwickler | matthew |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |