Notebook
Create notes from websites.
Cos'è Notebook?
Notebook è un'estensione di Chrome sviluppata da samriddhac, e la sua funzione principale è "Create notes from websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notebook
Scarica i file di estensione Notebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | amjfeepaaelhocgebgjhdpipnimgfcfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/notebook/amjfeepaaelhocgebgjhdpipnimgfcfd |
Descrizione | Create notes from websites. |
Dimensione del File | 1.53 MB |
Conteggio Installazioni | 147 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-05-11 |
Data di Pubblicazione | 2020-05-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | samriddhac |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |