Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
Qu'est-ce que Quickfind ?
Quickfind est une extension Chrome développée par matthew, et sa fonction principale est "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quickfind
Téléchargez les fichiers d'extension Quickfind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ##
Informations de Base sur l'Extension
Nom | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
URL Officiel | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
Description | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
Taille du Fichier | 41.68 KB |
Nombre d'Installations | 400 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-01-09 |
Date de Publication | 2016-01-09 |
Évaluation | 3.57/5 Total 7 Évaluations |
Développeur | matthew |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |