Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Was ist Simple Notebook?
Simple Notebook ist eine Chrome-Erweiterung, die von eliasedgren1 entwickelt wurde, und ihr Hauptmerkmal ist "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Erweiterungsscreenshots
Simple Notebook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Notebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | apflfenklpnafmonogfcjnpblabaliok |
Offizielle URL | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Beschreibung | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
Dateigröße | 106 KB |
Installationsanzahl | 79 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2021-05-25 |
Veröffentlichungsdatum | 2021-05-24 |
Entwickler | eliasedgren1 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |