Image Alt QuickView

Quickly view the alternative text of any image in the context menu. Simply right-click on an image.

Co to jest Image Alt QuickView?

Image Alt QuickView to rozszerzenie Chrome opracowane przez iaderinokun, a jego główną funkcją jest „Quickly view the alternative text of any image in the context menu. Simply right-click on an image.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Image Alt QuickView

Pobierz pliki rozszerzeń Image Alt QuickView 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

                        Quickly view the alternative text of any image in the context menu. Simply right-click on an image.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
Oficjalny URL https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
Opis Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
Rozmiar pliku 8.12 KB
Liczba instalacji 72
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-01-08
Data Publikacji 2019-01-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper iaderinokun
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",
    "manifest_version": 2,
    "name": "Image Alt QuickView",
    "short_name": "Alt QuickView",
    "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}