Power Dat Google Map Search Routing

Select a route like it is in power dat (Carol Stream,IL(35) Miami,FL(—), right click and make a search it on Google Maps directly

Co to jest Power Dat Google Map Search Routing?

Power Dat Google Map Search Routing to rozszerzenie Chrome opracowane przez balanescuandrian, a jego główną funkcją jest „Select a route like it is in power dat (Carol Stream,IL(35) Miami,FL(—), right click and make a search it on Google Maps directly”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Power Dat Google Map Search Routing

Pobierz pliki rozszerzeń Power Dat Google Map Search Routing 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

                        Make a quick search on Google Maps from Power.DAT   load board.

Select&search
---

I created this chrome extension for personal use.

It allows you to select an address , right click and search it on Google Maps directly.

1.Select a route  like it is in power dat (Carol Stream,IL(35) Miami,FL(—),  
2. Right click and make a search it on Google Maps directly

Save time and a lot of typing
Enjoy                    

Podstawowe informacje o rozszerzeniu

Nazwa Power Dat Google Map Search Routing Power Dat Google Map Search Routing
ID oincafggaepgofadjimemcfmdfpjoepl
Oficjalny URL https://chromewebstore.google.com/detail/power-dat-google-map-sear/oincafggaepgofadjimemcfmdfpjoepl
Opis Select a route like it is in power dat (Carol Stream,IL(35) Miami,FL(—), right click and make a search it on Google Maps directly
Rozmiar pliku 7.66 MB
Liczba instalacji 953
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-01-18
Data Publikacji 2021-05-30
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper balanescuandrian
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Dat Google Map Search Routing",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Select a route  like it is in power dat (Carol Stream,IL(35) Miami,FL(\u2014), right click and make a search it on Google Maps directly",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}