Find Korea from Dropdowns

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

Qu'est-ce que Find Korea from Dropdowns ?

Find Korea from Dropdowns est une extension Chrome développée par https://sapphire.sh, et sa fonction principale est "Automatically finds Korea from html select tags (dropdowns) with right-click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Find Korea from Dropdowns

Téléchargez les fichiers d'extension Find Korea from Dropdowns au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
URL Officiel https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Description Automatically finds Korea from html select tags (dropdowns) with right-click
Taille du Fichier 4.58 KB
Nombre d'Installations 131
Version Actuelle 1.2
Dernière Mise à Jour 2018-01-08
Date de Publication 2018-01-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://sapphire.sh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}