Find Korea from Dropdowns

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

Find Korea from Dropdowns là gì?

Find Korea from Dropdowns là một tiện ích mở rộng Chrome được phát triển bởi https://sapphire.sh, và tính năng chính của nó là "Automatically finds Korea from html select tags (dropdowns) with right-click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Find Korea from Dropdowns

Tải xuống các tệp mở rộng Find Korea from Dropdowns dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
URL Chính Thức https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Mô tả Automatically finds Korea from html select tags (dropdowns) with right-click
Kích Thước Tệp 4.58 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-01-08
Ngày Phát Hành 2018-01-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sapphire.sh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}