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
公式URL 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
Eメール [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"
    ]
}