Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Apa itu Simple Notebook?
Simple Notebook adalah ekstensi Chrome yang dikembangkan oleh eliasedgren1, dan fitur utamanya adalah "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Notebook
Unduh file ekstensi Simple Notebook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | apflfenklpnafmonogfcjnpblabaliok |
URL Resmi | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
Deskripsi | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
Ukuran File | 106 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2021-05-25 |
Tanggal Publikasi | 2021-05-24 |
Pengembang | eliasedgren1 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |