Shared Clipboard
Extension for the Shared Clipboard mobile app and website
什么是Shared Clipboard?
Shared Clipboard是由Faded Softwares开发的Chrome扩展程序,该扩展的主要功能是“Extension for the Shared Clipboard mobile app and website”。
扩展截图
下载Shared Clipboard扩展crx文件
下载Shared Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The official Chrome extension for the popular app, Shared Clipboard. Transfer text and links between your pc and your mobile seamlessly. *Update 1.2: Options for notifications added.
扩展基本信息
名称 | Shared Clipboard |
ID | nmemiplfpjallomblhoapiajlgpnjloi |
官方URL | https://chromewebstore.google.com/detail/shared-clipboard/nmemiplfpjallomblhoapiajlgpnjloi |
简介 | Extension for the Shared Clipboard mobile app and website |
文件大小 | 48.3 KB |
安装次数 | 494 |
当前版本 | 1.2 |
更新时间 | 2021-06-03 |
上架时间 | 2020-06-22 |
评分 | 3.50/5 共4次评分 |
开发者 | Faded Softwares |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shared Clipboard", "version": "1.2", "description": "Extension for the Shared Clipboard mobile app and website", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAueE+yK59sONbzs9Hh9H8Q+XVXf1Ss12JQVpKBlVROLtyBnXNzSHCpM58sdyuA423MkjSBSIv8IayZr+Buu6xHkVUaObbphhUwyPsqfxmfGPbGZvqH120lR6GrH91fJnO1i8uznT6rkaBfH5R\/5FGjG\/bWx9l1tfUE40KspGYE3M\/eWGqPUSRWjmTF4QbgMjwTBIA1vv1DZFmq0SS3DHLPWX9z5N9KOGf9g8WCHRvy6cWhlxNO\/TP5a1fwVR95a4mH9PwqpZ0EtlPlA5ootueO+K\/uUWjz5CsA+xLT8UBaUyjwUlIqI4gIck1FPbSlyCWD\/OPy62VNVGFY\/JbyfZu3wIDAQAB", "icons": { "128": "sc128.png", "48": "sc48.png", "32": "sc32.png", "16": "sc16.png" }, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "permissions": [ "notifications", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "page": "background.html" } } |