Find Korea from Dropdowns

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

Vad är Find Korea from Dropdowns?

Find Korea from Dropdowns är en Chrome-tillägg utvecklad av https://sapphire.sh, och dess huvudfunktion är "Automatically finds Korea from html select tags (dropdowns) with right-click".

Tilläggsskärmbilder

screenshot

Ladda ner Find Korea from Dropdowns-förlängningens CRX-fil

Ladda ner Find Korea from Dropdowns-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
Officiell webbadress https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Beskrivning Automatically finds Korea from html select tags (dropdowns) with right-click
Filstorlek 4.58 KB
Antal Installationer 131
Aktuell Version 1.2
Senast Uppdaterad 2018-01-08
Publiceringsdatum 2018-01-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://sapphire.sh
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}