Copy Image URL

When pressing the copy shortcut key on the image, directly copy the image address, no need to right click

Qu'est-ce que Copy Image URL ?

Copy Image URL est une extension Chrome développée par huangxiaoyu1018, et sa fonction principale est "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Copy Image URL 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 image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.                    

Informations de Base sur l'Extension

Nom Copy Image URL Copy Image URL
ID ddembjalhjiblnlfifeldhohmigachhh
URL Officiel https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh
Description When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Taille du Fichier 3.4 KB
Nombre d'Installations 79
Version Actuelle 1.0
Dernière Mise à Jour 2023-07-25
Date de Publication 2023-07-24
Évaluation 1.00/5 Total 1 Évaluations
Développeur huangxiaoyu1018
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Image URL",
    "version": "1.0",
    "description": "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}