MyNotepad
Simple chrome notebook which helps you to save your notes.
MyNotepadとは何ですか?
MyNotepadはBhupendra Singh Bhandariによって開発されたChromeの拡張機能で、その主な機能は「Simple chrome notebook which helps you to save your notes.」です。
拡張機能のスクリーンショット
MyNotepad拡張機能のCRXファイルをダウンロード
MyNotepad拡張子のファイルを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. 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 Developer: Bhupendra ([email protected])
拡張機能の基本情報
名前 | ![]() |
ID | hmlppbhffiglamdeadolljnccgeldgjp |
公式URL | https://chrome.google.com/webstore/detail/mynotepad/hmlppbhffiglamdeadolljnccgeldgjp |
説明 | Simple chrome notebook which helps you to save your notes. |
ファイルサイズ | 539 KB |
インストール数 | 34 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-06-22 |
公開日 | 2020-06-22 |
開発者 | Bhupendra Singh Bhandari |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyNotepad", "version": "1.0.1", "description": "Simple chrome notebook which helps you to save your notes.", "permissions": [ "bookmarks", "storage" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" } }, "icons": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" }, "manifest_version": 2, "offline_enabled": true } |