NoteIT - Modern Sticky Notes App
Easily jot down and save your ideas.
Cos'è NoteIT - Modern Sticky Notes App?
NoteIT - Modern Sticky Notes App è un'estensione di Chrome sviluppata da Airdik, e la sua funzione principale è "Easily jot down and save your ideas.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NoteIT - Modern Sticky Notes App
Scarica i file di estensione NoteIT - Modern Sticky Notes App 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
Easily write down your thoughts and ideas with NoteIT. Whether you are in class, at a coffee shop, or at home, save your thoughts with one click!
Informazioni di Base sull'Estensione
Nome | NoteIT - Modern Sticky Notes App |
ID | clihcpdelgbhanijpdlmiihoaechmeed |
URL Ufficiale | https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed |
Descrizione | Easily jot down and save your ideas. |
Dimensione del File | 21.07 KB |
Conteggio Installazioni | 64 |
Versione Corrente | 4.2.0 |
Ultimo Aggiornamento | 2023-01-29 |
Data di Pubblicazione | 2020-10-01 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Airdik |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.buymeacoffee.com/Airdik |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoteIT - Modern Sticky Notes App", "description": "Easily jot down and save your ideas.", "permissions": [ "activeTab", "tabs", "storage" ], "version": "4.2.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "NoteIT", "default_popup": "popup.html" }, "host_permissions": [ "http:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |