Cling Button
Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.
什么是Cling Button?
Cling Button是由https://cling.com开发的Chrome扩展程序,该扩展的主要功能是“Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards.”。
扩展截图
下载Cling Button扩展crx文件
下载Cling Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Cling Button |
ID | ejnnkeailcbcbglhmghhpfobjeioohcf |
官方URL | https://chromewebstore.google.com/detail/cling-button/ejnnkeailcbcbglhmghhpfobjeioohcf |
简介 | Don't just collect your bookmarks. Combine them with notes, files, and tasks on beautiful boards. |
文件大小 | 333 KB |
安装次数 | 900 |
当前版本 | 5.0.6 |
更新时间 | 2024-01-27 |
上架时间 | 2020-04-16 |
评分 | 4.78/5 共23次评分 |
开发者 | https://cling.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cling.com/ |
帮助页面URL | https://cling.com/button |
支持的语言 | 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" } |