Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
Wat is Quickfind?
Quickfind is een Chrome-extensie ontwikkeld door matthew, en de belangrijkste functie is "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quickfind
Download Quickfind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ##
Basisinformatie over de Extensie
Naam | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
Officiële URL | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
Beschrijving | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
Bestandsgrootte | 41.68 KB |
Aantal Installaties | 400 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-01-09 |
Publicatiedatum | 2016-01-09 |
Beoordeling | 3.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | matthew |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |