Cloud Clipboard
Copy & Paste Anywhere
What is Cloud Clipboard?
Cloud Clipboard is a Chrome extension developed by https://ngvisions.com, and its main feature is "Copy & Paste Anywhere".
Download Cloud Clipboard Extension CRX File
Download Cloud Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
We are building an Application/Service to support multi platform copy paste
Extension Basic Information
Name | Cloud Clipboard |
ID | cdblcpeelegfifjjohmnghcoebebffde |
Official URL | https://chromewebstore.google.com/detail/cloud-clipboard/cdblcpeelegfifjjohmnghcoebebffde |
Description | Copy & Paste Anywhere |
File Size | 126 KB |
Installation Count | 46 |
Current Version | 1.001 |
Last Updated | 2018-02-06 |
Publish Date | 2018-02-06 |
Developer | https://ngvisions.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloud Clipboard", "description": "Copy & Paste Anywhere", "version": "1.001", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus", "identity", "http:\/\/www.google.com\/buzz\/api\/buzzThis\/buzzCounter" ], "background": { "scripts": [ "script.js" ] }, "manifest_version": 2 } |