Show and Copy Image Properties

You can see the properties of the image and copy them to the clipboard easily.

Qu'est-ce que Show and Copy Image Properties ?

Show and Copy Image Properties est une extension Chrome développée par Mustafa KÜÇÜK, et sa fonction principale est "You can see the properties of the image and copy them to the clipboard easily.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Show and Copy Image Properties

Téléchargez les fichiers d'extension Show and Copy Image Properties 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

                        You can see the properties of the image and copy them to the clipboard easily.

Compatible with SVG code and all image extensions (png, svg, jpeg)

You can see some properties of related image if hover over any image or icon.

You can see these properties:

- URL
- Name
- Width, Height 
- Class, Alt

Note: Extension will be disable when first installed you can enable click the extension icon. So you can disable the extension instead of remove while not using.

When you disable the extension by clicking the icon, you cannot see the details when you hover over any image or icon.                    

Informations de Base sur l'Extension

Nom Show and Copy Image Properties Show and Copy Image Properties
ID eaploabmglgipkcebcdbaibdghlhgjab
URL Officiel https://chromewebstore.google.com/detail/show-and-copy-image-prope/eaploabmglgipkcebcdbaibdghlhgjab
Description You can see the properties of the image and copy them to the clipboard easily.
Taille du Fichier 30.46 KB
Nombre d'Installations 123
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-03-15
Date de Publication 2022-03-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Mustafa KÜÇÜK
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/16.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "assets\/js\/popperjs.js",
                "assets\/js\/tippy.js",
                "assets\/js\/inject.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ]
        }
    ],
    "action": [],
    "permissions": [
        "storage",
        "activeTab"
    ]
}