Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Cos'è Easy Note?
Easy Note è un'estensione di Chrome sviluppata da ozanerturk17, e la sua funzione principale è "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Note
Scarica i file di estensione Easy Note 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
You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.
Informazioni di Base sull'Estensione
Nome | |
ID | hheobakelknbjicekbkmijjgcbephcef |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
Descrizione | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
Dimensione del File | 222 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2024-02-27 |
Data di Pubblicazione | 2021-03-10 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | ozanerturk17 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ozanerturk/easy-note-chrome-extension |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Note", "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome", "version": "1.3.1", "background": { "service_worker": "background.js" }, "permissions": [ "clipboard" ], "action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "chrome_url_overrides": { "newtab": "tab.html" } } |