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 |
官方網址 | 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 |
電子郵箱 | [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" ] } } |