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
官方URL 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"
    ]
}