Cloud Clipboard
Copy & Paste Anywhere
Wat is Cloud Clipboard?
Cloud Clipboard is een Chrome-extensie ontwikkeld door https://ngvisions.com, en de belangrijkste functie is "Copy & Paste Anywhere".
Download het CRX-bestand van de extensie Cloud Clipboard
Download Cloud Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
We are building an Application/Service to support multi platform copy paste Basisinformatie over de Extensie
| Naam | |
| ID | cdblcpeelegfifjjohmnghcoebebffde |
| Officiële URL | https://chromewebstore.google.com/detail/cloud-clipboard/cdblcpeelegfifjjohmnghcoebebffde |
| Beschrijving | Copy & Paste Anywhere |
| Bestandsgrootte | 126 KB |
| Aantal Installaties | 46 |
| Huidige Versie | 1.001 |
| Laatst Bijgewerkt | 2018-02-06 |
| Publicatiedatum | 2018-02-06 |
| Ontwikkelaar | https://ngvisions.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |