MetaNote
Add notes to any page on the web
Cos'è MetaNote?
MetaNote è un'estensione di Chrome sviluppata da https://getmetanote.com, e la sua funzione principale è "Add notes to any page on the web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MetaNote
Scarica i file di estensione MetaNote 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
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.
Click the extension icon to open a panel and start writing your notes. Come back later to collect them. Informazioni di Base sull'Estensione
| Nome | |
| ID | edppgeiopaemgpmmapllfeeeeekdolbl |
| URL Ufficiale | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
| Descrizione | Add notes to any page on the web |
| Dimensione del File | 167 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-03-01 |
| Data di Pubblicazione | 2022-02-26 |
| Sviluppatore | https://getmetanote.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://getmetanote.com |
| URL della Pagina di Aiuto | https://getmetanote.com/support |
| URL della Pagina della Politica sulla Privacy | https://www.impulsionlabs.com/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MetaNote",
"description": "Add notes to any page on the web",
"version": "1.0.1",
"icons": {
"128": "img\/icon-orange-128.png",
"48": "img\/icon-orange-48.png",
"16": "img\/icon-orange-16.png"
},
"action": [],
"background": {
"service_worker": "app\/background.js"
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |