Notepad
Simple notebook which helps you to save/manage your notes.
Notepadとは何ですか?
NotepadはBhupendra Singh Bhandariによって開発されたChromeの拡張機能で、その主な機能は「Simple notebook which helps you to save/manage your notes.」です。
拡張機能のスクリーンショット
Notepad拡張機能のCRXファイルをダウンロード
Notepad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features : 1.Lightning fast experience. 2. No login required. 3. Formatting options. 4. Recycle Bin. 5. Manage notes in categories 6. Automatically sync with chrome. 7. Reorder notes. Future roadmap: 1. Search capabilities. 2. Copy to clipboard. 3. Print notes. 4. Themes (dark/light mode). 5. Download notes. 6. Support for multiple language
拡張機能の基本情報
名前 | Notepad |
ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
公式URL | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
説明 | Simple notebook which helps you to save/manage your notes. |
ファイルサイズ | 701 KB |
インストール数 | 2,166 |
現在のバージョン | 1.0.5 |
最終更新日 | 2020-07-13 |
公開日 | 2020-06-24 |
評価 | 4.38/5 合計 13 レビュー |
開発者 | Bhupendra Singh Bhandari |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad", "version": "1.0.5", "description": "Simple notebook which helps you to save\/manage your notes.", "permissions": [ "bookmarks" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notepad16.png", "32": "assets\/images\/notepad32.png", "48": "assets\/images\/notepad48.png", "128": "assets\/images\/notepad128.png" } }, "icons": { "16": "assets\/images\/notepad16.png", "32": "assets\/images\/notepad32.png", "48": "assets\/images\/notepad48.png", "128": "assets\/images\/notepad128.png" }, "manifest_version": 2, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |