MetaNote
Add notes to any page on the web
MetaNoteとは何ですか?
MetaNoteはhttps://getmetanote.comによって開発されたChromeの拡張機能で、その主な機能は「Add notes to any page on the web」です。
拡張機能のスクリーンショット
MetaNote拡張機能のCRXファイルをダウンロード
MetaNote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later. Click the extension icon to open a panel and start writing your notes. Come back later to collect them.
拡張機能の基本情報
名前 | MetaNote |
ID | edppgeiopaemgpmmapllfeeeeekdolbl |
公式URL | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
説明 | Add notes to any page on the web |
ファイルサイズ | 167 KB |
インストール数 | 31 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-03-01 |
公開日 | 2022-02-26 |
開発者 | https://getmetanote.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getmetanote.com |
ヘルプページのURL | https://getmetanote.com/support |
プライバシーポリシーページのURL | https://www.impulsionlabs.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MetaNote", "description": "Add notes to any page on the web", "version": "1.0.1", "icons": { "128": "img\/icon-orange-128.png", "48": "img\/icon-orange-48.png", "16": "img\/icon-orange-16.png" }, "action": [], "background": { "service_worker": "app\/background.js" }, "permissions": [ "activeTab", "storage", "tabs" ] } |