Image File Name Popup

Image file name popup.

Co to jest Image File Name Popup?

Image File Name Popup to rozszerzenie Chrome opracowane przez macha, a jego główną funkcją jest „Image file name popup.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Image File Name Popup

Pobierz pliki rozszerzeń Image File Name Popup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Image File Name Popup Image File Name Popup
ID ciifjhaiolekjnnekkbnnidegmmcjlca
Oficjalny URL https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca
Opis Image file name popup.
Rozmiar pliku 90.51 KB
Liczba instalacji 341
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-01-05
Data Publikacji 2015-01-05
Ocena 4.00/5 Łącznie 6 Oceny
Deweloper macha
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}