Note Extension
Allows user to type notes and create a local copy.
Note Extensionとは何ですか?
Note ExtensionはNick Neumanによって開発されたChromeの拡張機能で、その主な機能は「Allows user to type notes and create a local copy.」です。
拡張機能のスクリーンショット
Note Extension拡張機能のCRXファイルをダウンロード
Note Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to save notes quickly without having to open an editor. You can specify a file name, or leave it empty and use the default file name, "New Note".
拡張機能の基本情報
名前 | Note Extension |
ID | omfeemnkdhbneldmbcoifnfeoabodmbm |
公式URL | https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm |
説明 | Allows user to type notes and create a local copy. |
ファイルサイズ | 12.99 KB |
インストール数 | 117 |
現在のバージョン | 1.2 |
最終更新日 | 2018-12-03 |
公開日 | 2018-12-03 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Nick Neuman |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Extension", "manifest_version": 2, "description": "Allows user to type notes and create a local copy.", "version": "1.2", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_popup": "popup.html" } } |