Simple Notepad
Very simple notepad. Synchronize between the same accounts.
Simple Notepadとは何ですか?
Simple Notepadはmountaindullによって開発されたChromeの拡張機能で、その主な機能は「Very simple notepad. Synchronize between the same accounts.」です。
拡張機能のスクリーンショット
Simple Notepad拡張機能のCRXファイルをダウンロード
Simple Notepad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
拡張機能の基本情報
名前 | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
公式URL | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
説明 | Very simple notepad. Synchronize between the same accounts. |
ファイルサイズ | 51.86 KB |
インストール数 | 174 |
現在のバージョン | 1.6.5 |
最終更新日 | 2023-08-25 |
公開日 | 2022-01-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | mountaindull |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Keinsleif/Simple_Notepad |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |