Find Korea from Dropdowns

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

Что такое Find Korea from Dropdowns?

Find Korea from Dropdowns - это расширение Chrome, разработанное https://sapphire.sh, и его основная функция - "Automatically finds Korea from html select tags (dropdowns) with right-click".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Find Korea from Dropdowns

Скачайте файлы расширений Find Korea from Dropdowns в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}