Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Wat is Simple Notebook?
Simple Notebook is een Chrome-extensie ontwikkeld door eliasedgren1, en de belangrijkste functie is "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Notebook
Download Simple Notebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | apflfenklpnafmonogfcjnpblabaliok |
Officiële URL | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Beschrijving | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
Bestandsgrootte | 106 KB |
Aantal Installaties | 79 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2021-05-25 |
Publicatiedatum | 2021-05-24 |
Ontwikkelaar | eliasedgren1 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |