TreeVed

TreeVed is a platform for the discovery and sharing of knowledge and wisdom.

TreeVed là gì?

TreeVed là một tiện ích mở rộng Chrome được phát triển bởi https://treeved.com, và tính năng chính của nó là "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TreeVed

Tải xuống các tệp mở rộng TreeVed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With our extension, saving and sharing links is now easier than ever!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TreeVed TreeVed
ID kadehhjaddedejkpehfohbbcalpjdddk
URL Chính Thức https://chromewebstore.google.com/detail/treeved/kadehhjaddedejkpehfohbbcalpjdddk
Mô tả TreeVed is a platform for the discovery and sharing of knowledge and wisdom.
Kích Thước Tệp 3.23 MB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.14.0
Cập Nhật Lần Cuối 2023-10-20
Ngày Phát Hành 2022-05-10
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://treeved.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/treeved-app-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}