Cling Button

Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.

Cling Button là gì?

Cling Button là một tiện ích mở rộng Chrome được phát triển bởi https://cling.com, và tính năng chính của nó là "Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Cling Button 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

                        Cling is your place for everything, where nothing ever gets lost.

Combine your notes, bookmarks, media, and documents on well-structured and beautiful boards.

Then, share your boards with others and start to collaborate.

Cling is free.                    

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

Tên Cling Button Cling Button
ID ejnnkeailcbcbglhmghhpfobjeioohcf
URL Chính Thức https://chromewebstore.google.com/detail/cling-button/ejnnkeailcbcbglhmghhpfobjeioohcf
Mô tả Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.
Kích Thước Tệp 333 KB
Số Lần Cài Đặt 900
Phiên Bản Hiện Tại 5.0.6
Cập Nhật Lần Cuối 2024-01-27
Ngày Phát Hành 2020-04-16
Đánh Giá 4.78/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://cling.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cling.com/
URL Trang Trợ Giúp https://cling.com/button
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.6",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cling.com\/*"
            ],
            "js": [
                "cling_content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "192": "icons\/icon_192.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZkb3HKmL8bcgIKfR7lgHCL9RCojC5KYNTBNJxDuNDPIiQl1pB1OJbWZbiI1JiJMkd1LpJDRM7INzsnfBM25JGsBjUE0EqBytmwpka+NCbp6SqrxvZ9dVJItsZsDcxbeZ0LHxki0fbEBW+NZSd\/Vdurs+3p4ht7DEBRuDrUfCbYRe8AiWDqzhN6cgTwPFWRww8xuIQe\/xAn0E2ygI24GkSoghf0it6dS4fn4JfG5Vc1C2kilDaboBZBdP+vJBMbHZ\/IJOvacH5JWdxyLlMM2IYTymkh1uyfpreRgTJk8hhZ6caH436dyi6zGgrTDIRsVWcfF\/TruCAMdLopyfzHMrwIDAQAB"
}