URL Copy

Copies url with a click!

Qu'est-ce que URL Copy ?

URL Copy est une extension Chrome développée par tsubasagene, et sa fonction principale est "Copies url with a click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Copy

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

                        When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. 
Though the difference is small, many a little makes a mickle! Enjoy.                    

Informations de Base sur l'Extension

Nom URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
URL Officiel https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
Description Copies url with a click!
Taille du Fichier 4.82 KB
Nombre d'Installations 51
Version Actuelle 1.1
Dernière Mise à Jour 2020-03-07
Date de Publication 2020-03-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur tsubasagene
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Copy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Copies url with a click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}