Find Korea from Dropdowns

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

Cos'è Find Korea from Dropdowns?

Find Korea from Dropdowns è un'estensione di Chrome sviluppata da https://sapphire.sh, e la sua funzione principale è "Automatically finds Korea from html select tags (dropdowns) with right-click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Find Korea from Dropdowns

Scarica i file di estensione Find Korea from Dropdowns 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

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

Informazioni di Base sull'Estensione

Nome Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
URL Ufficiale https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Descrizione Automatically finds Korea from html select tags (dropdowns) with right-click
Dimensione del File 4.58 KB
Conteggio Installazioni 131
Versione Corrente 1.2
Ultimo Aggiornamento 2018-01-08
Data di Pubblicazione 2018-01-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sapphire.sh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}