Wareko Map This

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

什麼是Wareko Map This?

Wareko Map This是由https://www.wareko.jp開發的Chrome擴展程式,該擴展的主要功能是“This extension will let you get a Wareko Map for any selected address on a webpage.”。

擴展截圖

screenshot
screenshot

下載Wareko Map This擴展crx文件

下載Wareko Map This擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
官方網址 https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
簡介 This extension will let you get a Wareko Map for any selected address on a webpage.
檔案大小 6.89 KB
安裝次數 66
目前版本 1.2
更新時間 2015-12-06
上架時間 2015-12-06
開發者 https://www.wareko.jp
付費類型 free
支援的語言 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"
    ]
}