Image File Name Popup

Image file name popup.

Cos'è Image File Name Popup?

Image File Name Popup è un'estensione di Chrome sviluppata da macha, e la sua funzione principale è "Image file name popup.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Image File Name Popup

Scarica i file di estensione Image File Name Popup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Image File Name Popup Image File Name Popup
ID ciifjhaiolekjnnekkbnnidegmmcjlca
URL Ufficiale https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca
Descrizione Image file name popup.
Dimensione del File 90.51 KB
Conteggio Installazioni 341
Versione Corrente 1.0
Ultimo Aggiornamento 2015-01-05
Data di Pubblicazione 2015-01-05
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore macha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}