Highlighter + Notes
Highlighter and Notes for Webpages
Qu'est-ce que Highlighter + Notes ?
Highlighter + Notes est une extension Chrome développée par Prateek Chawla, et sa fonction principale est "Highlighter and Notes for Webpages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Highlighter + Notes
Téléchargez les fichiers d'extension Highlighter + Notes 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 important text and take notes effortlessly. This extension enables you to highlight text on any web page. Choose from five different colors to highlight text, and the next time you visit the page your highlights will be waiting for you. Also, you can take short notes that are retained on your next visit. Simply open up the Popup or use keyboard hotkeys to get started. Keyboard Hotkeys: Press Ctrl + Shift + H to toggle highlighter. Press Ctrl + Shift + E to toggle eraser. ** Highlighter may not work on some websites due to their structure **
Informations de Base sur l'Extension
Nom | Highlighter + Notes |
ID | kllkegeooedapeomenkneoilkodcleaa |
URL Officiel | https://chromewebstore.google.com/detail/highlighter-+-notes/kllkegeooedapeomenkneoilkodcleaa |
Description | Highlighter and Notes for Webpages |
Taille du Fichier | 766 KB |
Nombre d'Installations | 3,139 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-05-31 |
Date de Publication | 2020-05-30 |
Évaluation | 3.75/5 Total 20 Évaluations |
Développeur | Prateek Chawla |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlighter + Notes", "version": "1.0.0", "description": "Highlighter and Notes for Webpages", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup\/highlighter-popup.html", "default_title": "Highlighter + Notes" }, "author": "Prateek Chawla", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |