Copy Link
Chrome extension to copy the link of the current page.
Qu'est-ce que Copy Link ?
Copy Link est une extension Chrome développée par chick307, et sa fonction principale est "Chrome extension to copy the link of the current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Link
Téléchargez les fichiers d'extension Copy Link 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
This extension helps you to copy the link of the current page.
Informations de Base sur l'Extension
Nom | Copy Link |
ID | odhbmnlhdmbcacdoopohcddanplmmljd |
URL Officiel | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
Description | Chrome extension to copy the link of the current page. |
Taille du Fichier | 67.58 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-08-03 |
Date de Publication | 2020-02-09 |
Développeur | chick307 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Link", "version": "1.2.0", "description": "Chrome extension to copy the link of the current page.", "browser_action": { "default_icon": { "32": "assets\/images\/browser-action-32.png", "64": "assets\/images\/browser-action-64.png" }, "default_popup": "views\/popup.html", "default_title": "Copy Link" }, "content_security_policy": "default-src 'self'", "icons": { "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "minimum_chrome_version": "79", "permissions": [ "activeTab" ] } |