Show and Copy Image Properties

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

什麼是Show and Copy Image Properties?

Show and Copy Image Properties是由Mustafa KÜÇÜK開發的Chrome擴展程式,該擴展的主要功能是“You can see the properties of the image and copy them to the clipboard easily.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Show and Copy Image Properties擴展crx文件

下載Show and Copy Image Properties擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Show and Copy Image Properties Show and Copy Image Properties
ID eaploabmglgipkcebcdbaibdghlhgjab
官方網址 https://chromewebstore.google.com/detail/show-and-copy-image-prope/eaploabmglgipkcebcdbaibdghlhgjab
簡介 You can see the properties of the image and copy them to the clipboard easily.
檔案大小 30.46 KB
安裝次數 123
目前版本 1.0.1
更新時間 2022-03-15
上架時間 2022-03-15
評分 5.00/5 共 3 次評分
開發者 Mustafa KÜÇÜK
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}