Note
An extension that stores notes.
Noteとは何ですか?
Noteはraybipseによって開発されたChromeの拡張機能で、その主な機能は「An extension that stores notes.」です。
拡張機能のスクリーンショット
Note拡張機能のCRXファイルをダウンロード
Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that stores notes. The note is synced across accounts.
拡張機能の基本情報
名前 | Note |
ID | mpafojdooddeahhaiemhgoclpdohfnhp |
公式URL | https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp |
説明 | An extension that stores notes. |
ファイルサイズ | 4.9 KB |
インストール数 | 55 |
現在のバージョン | 1.0 |
最終更新日 | 2021-01-01 |
公開日 | 2021-01-01 |
開発者 | raybipse |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://discord.com/invite/Ppc3ua5 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note", "version": "1.0", "description": "An extension that stores notes.", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Note", "default_popup": "popup.html" } } |