Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Cos'è Simple Notebook?
Simple Notebook è un'estensione di Chrome sviluppata da eliasedgren1, e la sua funzione principale è "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Notebook
Scarica i file di estensione Simple 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
By clicking the extension button a basic, minimalist, notebook appears. Here you can write whatever you want, and your words are locally stored. In the bottom right corner is a dark mode button.
Informazioni di Base sull'Estensione
Nome | |
ID | apflfenklpnafmonogfcjnpblabaliok |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Descrizione | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
Dimensione del File | 106 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2021-05-25 |
Data di Pubblicazione | 2021-05-24 |
Sviluppatore | eliasedgren1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Notebook", "version": "0.0.0.1", "description": "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).", "manifest_version": 2, "incognito": "split", "browser_action": { "default_popup": "index.html" }, "icons": { "128": "icon.png" } } |