Wareko Map This

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

Cos'è Wareko Map This?

Wareko Map This è un'estensione di Chrome sviluppata da https://www.wareko.jp, e la sua funzione principale è "This extension will let you get a Wareko Map for any selected address on a webpage.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wareko Map This

Scarica i file di estensione Wareko Map This in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
URL Ufficiale https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
Descrizione This extension will let you get a Wareko Map for any selected address on a webpage.
Dimensione del File 6.89 KB
Conteggio Installazioni 66
Versione Corrente 1.2
Ultimo Aggiornamento 2015-12-06
Data di Pubblicazione 2015-12-06
Sviluppatore https://www.wareko.jp
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}