Find Korea from Dropdowns

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

Was ist Find Korea from Dropdowns?

Find Korea from Dropdowns ist eine Chrome-Erweiterung, die von https://sapphire.sh entwickelt wurde, und ihr Hauptmerkmal ist "Automatically finds Korea from html select tags (dropdowns) with right-click".

Erweiterungsscreenshots

screenshot

Find Korea from Dropdowns-Erweiterungs-CRX-Datei herunterladen

Laden Sie Find Korea from Dropdowns-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
Offizielle URL https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Beschreibung Automatically finds Korea from html select tags (dropdowns) with right-click
Dateigröße 4.58 KB
Installationsanzahl 131
Aktuelle Version 1.2
Letztes Update 2018-01-08
Veröffentlichungsdatum 2018-01-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://sapphire.sh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}