Wareko Map This

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

What is Wareko Map This?

Wareko Map This is a Chrome extension developed by https://www.wareko.jp, and its main feature is "This extension will let you get a Wareko Map for any selected address on a webpage.".

Extension Screenshots

screenshot
screenshot

Download Wareko Map This Extension CRX File

Download Wareko Map This extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
Official URL https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
Description This extension will let you get a Wareko Map for any selected address on a webpage.
File Size 6.89 KB
Installation Count 66
Current Version 1.2
Last Updated 2015-12-06
Publish Date 2015-12-06
Developer https://www.wareko.jp
Payment Type free
Supported Languages 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"
    ]
}