Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Cos'è Secret Notes?
Secret Notes è un'estensione di Chrome sviluppata da Nicholas Z., e la sua funzione principale è "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".
Scarica il file CRX dell'estensione Secret Notes
Scarica i file di estensione Secret Notes 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
Informazioni di Base sull'Estensione
Nome | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
URL Ufficiale | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
Descrizione | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
Dimensione del File | 39.12 KB |
Conteggio Installazioni | 173 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2018-01-18 |
Data di Pubblicazione | 2018-01-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nicholas Z. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |