Image File Name Popup

Image file name popup.

Was ist Image File Name Popup?

Image File Name Popup ist eine Chrome-Erweiterung, die von macha entwickelt wurde, und ihr Hauptmerkmal ist "Image file name popup.".

Erweiterungsscreenshots

screenshot
screenshot

Image File Name Popup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image File Name Popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        image file name popup.
Show pop-up when you place the cursor over the image.                    

Grundlegende Informationen zur Erweiterung

Name Image File Name Popup Image File Name Popup
ID ciifjhaiolekjnnekkbnnidegmmcjlca
Offizielle URL https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca
Beschreibung Image file name popup.
Dateigröße 90.51 KB
Installationsanzahl 341
Aktuelle Version 1.0
Letztes Update 2015-01-05
Veröffentlichungsdatum 2015-01-05
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler macha
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js",
                "js\/TweenMax.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Image file name popup.",
    "name": "Image File Name Popup",
    "permissions": [
        "background",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "pictos\/32.png",
            "38": "pictos\/128.png"
        },
        "default_title": "Img File Name Popup"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "manifest_version": 2,
    "version": "1.0"
}