Wareko Map This

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

Wareko Map This क्या है?

Wareko Map This https://www.wareko.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will let you get a Wareko Map for any selected address on a webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wareko Map This एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Wareko Map This Wareko Map This
ID mhalbcjmgdgcmcenkmacealabcfkbcha
आधिकारिक URL https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha
विवरण This extension will let you get a Wareko Map for any selected address on a webpage.
फ़ाइल का आकार 6.89 KB
स्थापना संख्या 66
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-12-06
प्रकाशन तिथि 2015-12-06
डेवलपर https://www.wareko.jp
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}