TreeVed
TreeVed is a platform for the discovery and sharing of knowledge and wisdom.
TreeVedとは何ですか?
TreeVedはhttps://treeved.comによって開発されたChromeの拡張機能で、その主な機能は「TreeVed is a platform for the discovery and sharing of knowledge and wisdom.」です。
拡張機能のスクリーンショット
TreeVed拡張機能のCRXファイルをダウンロード
TreeVed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With our extension, saving and sharing links is now easier than ever!
拡張機能の基本情報
名前 | TreeVed |
ID | kadehhjaddedejkpehfohbbcalpjdddk |
公式URL | https://chromewebstore.google.com/detail/treeved/kadehhjaddedejkpehfohbbcalpjdddk |
説明 | TreeVed is a platform for the discovery and sharing of knowledge and wisdom. |
ファイルサイズ | 3.23 MB |
インストール数 | 56 |
現在のバージョン | 1.14.0 |
最終更新日 | 2023-10-20 |
公開日 | 2022-05-10 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://treeved.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/treeved-app-privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "TreeVed", "name": "TreeVed", "description": "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.", "version": "1.14.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "identity" ], "action": { "default_popup": "index.html", "default_icon": { "16": "treeved-extension-icon.png", "128": "treeved-extension-icon.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "oauth2": { "client_id": "516082304162-vn119k9dnq5tji7mde6v1m7edv1pptbo.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |