Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
What is Simple Notebook?
Simple Notebook is a Chrome extension developed by eliasedgren1, and its main feature is "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Extension Screenshots
Download Simple Notebook Extension CRX File
Download Simple Notebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | apflfenklpnafmonogfcjnpblabaliok |
Official URL | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Description | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
File Size | 106 KB |
Installation Count | 79 |
Current Version | 0.0.0.1 |
Last Updated | 2021-05-25 |
Publish Date | 2021-05-24 |
Developer | eliasedgren1 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |