Wareko Map This

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

Qu'est-ce que Wareko Map This ?

Wareko Map This est une extension Chrome développée par https://www.wareko.jp, et sa fonction principale est "This extension will let you get a Wareko Map for any selected address on a webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wareko Map This

Téléchargez les fichiers d'extension Wareko Map This au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
URL Officiel 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.
Taille du Fichier 6.89 KB
Nombre d'Installations 66
Version Actuelle 1.2
Dernière Mise à Jour 2015-12-06
Date de Publication 2015-12-06
Développeur https://www.wareko.jp
Type de Paiement free
Langues Prises en Charge 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"
    ]
}