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"
    ]
}