Wareko Map This

This extension will let you get a Wareko Map for any selected address on a webpage.

Wareko Map This là gì?

Wareko Map This là một tiện ích mở rộng Chrome được phát triển bởi https://www.wareko.jp, và tính năng chính của nó là "This extension will let you get a Wareko Map for any selected address on a webpage.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wareko Map This

Tải xuống các tệp mở rộng Wareko Map This 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

                        Select any word or sentence in a website.
Usually, they are name of the place or the address of the place you are interested in.
Then, right click 
and execute 'Wareko Map This'.

The Wareko Map will be opened in a new tab in Chrome and you can see the map and streetview there. Wareko Map is developed using Google Maps API.

My web site: http://www.wareko.jp
Wareko Map:  http://www.wareko.jp/map/                    

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

Tên Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
URL Chính Thức https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
Mô tả This extension will let you get a Wareko Map for any selected address on a webpage.
Kích Thước Tệp 6.89 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-12-06
Ngày Phát Hành 2015-12-06
Nhà Phát Triển https://www.wareko.jp
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wareko Map This",
    "description": "This extension will let you get a Wareko Map for any selected address on a webpage.",
    "version": "1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "background"
    ]
}