MapMe

Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.

Co to jest MapMe?

MapMe to rozszerzenie Chrome opracowane przez https://frameworkscentral.blogspot.com, a jego główną funkcją jest „Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MapMe

Pobierz pliki rozszerzeń MapMe 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

                        Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. It doesn't need to be an exact address as other plugins require since Google Maps is smart enough to resolve landmarks like "Hollywood".

Translation help needed! If you could provide translation for the description (the text above), Chrome users around the world will certainly appreciate it! Thanks in advance!                    

Podstawowe informacje o rozszerzeniu

Nazwa MapMe MapMe
ID pkeibkoopkkbbkgdegbbkjlgmomklbpf
Oficjalny URL https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf
Opis Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
Rozmiar pliku 29.59 KB
Liczba instalacji 10,543
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2013-06-15
Data Publikacji 2013-06-15
Ocena 4.14/5 Łącznie 42 Oceny
Deweloper https://frameworkscentral.blogspot.com
Typ Płatności free
Obsługiwane Języki en,es,hi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.6",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "minimum_chrome_version": "18.0.0.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "default-src 'none'; script-src 'self'"
}