Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Hvad er Simple Notebook?
Simple Notebook er en Chrome-udvidelse udviklet af eliasedgren1, og dens hovedfunktion er "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Udvidelsesskærmbilleder
Download Simple Notebook-udvidelses-CRX-fil
Download Simple Notebook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | apflfenklpnafmonogfcjnpblabaliok |
Officiel URL | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Beskrivelse | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
Filstørrelse | 106 KB |
Antal Installationer | 79 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2021-05-25 |
Udgivelsesdato | 2021-05-24 |
Udvikler | eliasedgren1 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |