Find Korea from Dropdowns

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

Find Korea from Dropdowns क्या है?

Find Korea from Dropdowns https://sapphire.sh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically finds Korea from html select tags (dropdowns) with right-click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find Korea from Dropdowns एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
आधिकारिक URL https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
विवरण Automatically finds Korea from html select tags (dropdowns) with right-click
फ़ाइल का आकार 4.58 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-01-08
प्रकाशन तिथि 2018-01-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://sapphire.sh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}