Wareko Map This

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

Apa itu Wareko Map This?

Wareko Map This adalah ekstensi Chrome yang dikembangkan oleh https://www.wareko.jp, dan fitur utamanya adalah "This extension will let you get a Wareko Map for any selected address on a webpage.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Wareko Map This

Unduh file ekstensi Wareko Map This dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
URL Resmi https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
Deskripsi This extension will let you get a Wareko Map for any selected address on a webpage.
Ukuran File 6.89 KB
Jumlah Instalasi 66
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-12-06
Tanggal Publikasi 2015-12-06
Pengembang https://www.wareko.jp
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}