Hyliter
Saves selected bits of text from your browsing.
Qu'est-ce que Hyliter ?
Hyliter est une extension Chrome développée par Bibek Ghimire, et sa fonction principale est "Saves selected bits of text from your browsing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hyliter
Téléchargez les fichiers d'extension Hyliter 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
Save important text for later while browsing the web. You can save quotes, confirmation numbers, or even personal notes.
Informations de Base sur l'Extension
Nom | Hyliter |
ID | nhiannhalledfohikpmbclkalcknilcg |
URL Officiel | https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg |
Description | Saves selected bits of text from your browsing. |
Taille du Fichier | 63.43 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-01-02 |
Date de Publication | 2017-01-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Bibek Ghimire |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyliter", "description": "Saves selected bits of text from your browsing.", "version": "0.1", "permissions": [ "contextMenus" ], "web_accessible_resources": [ "fonts\/*.woff2" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.js" ] } ], "browser_action": { "default_title": "View Hylites", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "js\/hyliter.js", "js\/background.js" ], "persistent": true } } |