Wareko Map This

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

Vad är Wareko Map This?

Wareko Map This är en Chrome-tillägg utvecklad av https://www.wareko.jp, och dess huvudfunktion är "This extension will let you get a Wareko Map for any selected address on a webpage.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Wareko Map This-förlängningens CRX-fil

Ladda ner Wareko Map This-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
Officiell webbadress https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
Beskrivning This extension will let you get a Wareko Map for any selected address on a webpage.
Filstorlek 6.89 KB
Antal Installationer 66
Aktuell Version 1.2
Senast Uppdaterad 2015-12-06
Publiceringsdatum 2015-12-06
Utvecklare https://www.wareko.jp
Betalningssätt free
Stödda Språk 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"
    ]
}