Notebook
Create notes from websites.
Qu'est-ce que Notebook ?
Notebook est une extension Chrome développée par samriddhac, et sa fonction principale est "Create notes from websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notebook
Téléchargez les fichiers d'extension Notebook 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
A Chrome extension notebook to capture your notes from different sites and add to your notebook for later revisit. To capture notes:- a. Select any text in the visiting site, an Add Note icon will appear in the top right corner of the page. Click to add you note on the notebook. b. Long press on any image to add it to your notebook. c. Click on the "nb" extension icon to view/download your notes. d. Use the "Note Manager" tab of the notebook popup to manage your notes.
Informations de Base sur l'Extension
Nom | |
ID | amjfeepaaelhocgebgjhdpipnimgfcfd |
URL Officiel | https://chrome.google.com/webstore/detail/notebook/amjfeepaaelhocgebgjhdpipnimgfcfd |
Description | Create notes from websites. |
Taille du Fichier | 1.53 MB |
Nombre d'Installations | 147 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-05-11 |
Date de Publication | 2020-05-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | samriddhac |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notebook", "description": "Create notes from websites.", "version": "0.0.1", "browser_action": { "default_popup": "index.html", "default_title": "Notebook" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |