Show and Copy Image Properties

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

Co je Show and Copy Image Properties?

Show and Copy Image Properties je rozšíření Chrome vyvinuté Mustafa KÜÇÜK, a jeho hlavní funkcí je „You can see the properties of the image and copy them to the clipboard easily.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Show and Copy Image Properties

Stáhněte si soubory rozšíření Show and Copy Image Properties ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Show and Copy Image Properties Show and Copy Image Properties
ID eaploabmglgipkcebcdbaibdghlhgjab
Oficiální URL https://chromewebstore.google.com/detail/show-and-copy-image-prope/eaploabmglgipkcebcdbaibdghlhgjab
Popis You can see the properties of the image and copy them to the clipboard easily.
Velikost souboru 30.46 KB
Počet instalací 123
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-03-15
Datum Vydání 2022-03-15
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Mustafa KÜÇÜK
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}