Find Korea from Dropdowns

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

Wat is Find Korea from Dropdowns?

Find Korea from Dropdowns is een Chrome-extensie ontwikkeld door https://sapphire.sh, en de belangrijkste functie is "Automatically finds Korea from html select tags (dropdowns) with right-click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Find Korea from Dropdowns

Download Find Korea from Dropdowns-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
Officiële URL https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Beschrijving Automatically finds Korea from html select tags (dropdowns) with right-click
Bestandsgrootte 4.58 KB
Aantal Installaties 131
Huidige Versie 1.2
Laatst Bijgewerkt 2018-01-08
Publicatiedatum 2018-01-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sapphire.sh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}