Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Vad är Simple Notebook?
Simple Notebook är en Chrome-tillägg utvecklad av eliasedgren1, och dess huvudfunktion är "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Tilläggsskärmbilder
Ladda ner Simple Notebook-förlängningens CRX-fil
Ladda ner Simple Notebook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | apflfenklpnafmonogfcjnpblabaliok |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Beskrivning | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
Filstorlek | 106 KB |
Antal Installationer | 79 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2021-05-25 |
Publiceringsdatum | 2021-05-24 |
Utvecklare | eliasedgren1 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |