Find on mapy.cz

Find selected text on mapy.cz

Find on mapy.cz là gì?

Find on mapy.cz là một tiện ích mở rộng Chrome được phát triển bởi wvi, và tính năng chính của nó là "Find selected text on mapy.cz".

Ả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 on mapy.cz

Tải xuống các tệp mở rộng Find on mapy.cz 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

                        Finds selected text on http://mapy.cz/ . It simply just opens a new tab with results.

It is for you who are using mapy.cz and find it annoying to copy&paste the text to their search.                    

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

Tên Find on mapy.cz Find on mapy.cz
ID gmogjpphjifpompcibhiafmlkhdmbbkb
URL Chính Thức https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb
Mô tả Find selected text on mapy.cz
Kích Thước Tệp 23.64 KB
Số Lần Cài Đặt 1,489
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-09-28
Ngày Phát Hành 2017-09-28
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển wvi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://w-vi.github.io/web-ext-mapycz/
URL Trang Trợ Giúp http://w-vi.github.io/web-ext-mapycz/
Ngôn Ngữ Được Hỗ Trợ en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "mapycz-tiny.png",
        "48": "mapycz-small.png",
        "128": "mapycz-large.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}