Simple Notebook
Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
Simple Notebookとは何ですか?
Simple Notebookはeliasedgren1によって開発されたChromeの拡張機能で、その主な機能は「Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).」です。
拡張機能のスクリーンショット
Simple Notebook拡張機能のCRXファイルをダウンロード
Simple Notebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | apflfenklpnafmonogfcjnpblabaliok |
| 公式URL | https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok |
| 説明 | Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!). |
| ファイルサイズ | 106 KB |
| インストール数 | 79 |
| 現在のバージョン | 0.0.0.1 |
| 最終更新日 | 2021-05-25 |
| 公開日 | 2021-05-24 |
| 開発者 | eliasedgren1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |