Link2Clipboard
Copy the url with one click!
Qu'est-ce que Link2Clipboard ?
Link2Clipboard est une extension Chrome développée par ProWebJect, et sa fonction principale est "Copy the url with one click!".
Télécharger le fichier CRX de l'extension Link2Clipboard
Téléchargez les fichiers d'extension Link2Clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Copy the current url with only one click! 1. Click Link2Clipboard icon on your browser's bar. 2. Paste text anywhere you want.
Informations de Base sur l'Extension
Nom | |
ID | fgkdkcimmppcofigmedhkjbnjeffocle |
URL Officiel | https://chrome.google.com/webstore/detail/link2clipboard/fgkdkcimmppcofigmedhkjbnjeffocle |
Description | Copy the url with one click! |
Taille du Fichier | 10.09 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-08-24 |
Date de Publication | 2014-08-24 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | ProWebJect |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link2Clipboard", "short_name": "Link2Clipboard", "description": "Copy the url with one click!", "version": "1.0", "author": "ProWebJect - Michal Gora", "icons": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "128": "img\/icon_128.png" }, "default_title": "Copy!" }, "options_page": "\/html\/options.html", "permissions": [ "tabs", "clipboardWrite" ], "background": { "page": "\/background\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |