Wareko Map This

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

Co to jest Wareko Map This?

Wareko Map This to rozszerzenie Chrome opracowane przez https://www.wareko.jp, a jego główną funkcją jest „This extension will let you get a Wareko Map for any selected address on a webpage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Wareko Map This

Pobierz pliki rozszerzeń Wareko Map This w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
Oficjalny URL https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
Opis This extension will let you get a Wareko Map for any selected address on a webpage.
Rozmiar pliku 6.89 KB
Liczba instalacji 66
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-12-06
Data Publikacji 2015-12-06
Deweloper https://www.wareko.jp
Typ Płatności free
Obsługiwane Języki 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"
    ]
}