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 |
电子邮箱 | [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" ] } } |