Copylink

Click to copy the url of the current page to your clipboard

Qu'est-ce que Copylink ?

Copylink est une extension Chrome développée par https://rgbstudios.org, et sa fonction principale est "Click to copy the url of the current page to your clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copylink

Téléchargez les fichiers d'extension Copylink 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

                        Simply click the button to copy the address of the current website.

* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.

Don't forget to rate and share! Enjoy! :)

V.1.3.0

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected]                    

Informations de Base sur l'Extension

Nom Copylink Copylink
ID hmbglhnodfegeiemefjoejkkmncdobde
URL Officiel https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde
Description Click to copy the url of the current page to your clipboard
Taille du Fichier 7.6 KB
Nombre d'Installations 362
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-11-21
Date de Publication 2019-12-03
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://rgbstudios.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copylink",
    "description": "Click to copy the url of the current page to your clipboard",
    "version": "1.3.0",
    "action": {
        "default_icon": "128_icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "128": "128_icon.png",
        "48": "48_icon.png",
        "16": "16_icon.png"
    }
}