Find Korea from Dropdowns

Automatically finds Korea from html select tags (dropdowns) with right-click

Co to jest Find Korea from Dropdowns?

Find Korea from Dropdowns to rozszerzenie Chrome opracowane przez https://sapphire.sh, a jego główną funkcją jest „Automatically finds Korea from html select tags (dropdowns) with right-click”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Find Korea from Dropdowns

Pobierz pliki rozszerzeń Find Korea from Dropdowns 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

                        Right-click over select tags to find Korea automatically.
select 태그 위에서 오른쪽 클릭을 하면 한국을 자동으로 찾아줍니다.                    

Podstawowe informacje o rozszerzeniu

Nazwa Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
Oficjalny URL https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Opis Automatically finds Korea from html select tags (dropdowns) with right-click
Rozmiar pliku 4.58 KB
Liczba instalacji 131
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-01-08
Data Publikacji 2018-01-07
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://sapphire.sh
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",
    "name": "Find Korea from Dropdowns",
    "description": "Automatically finds Korea from html select tags (dropdowns) with right-click",
    "version": "1.2",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}