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

Wat is Power Dat Google Map Search Routing?

Power Dat Google Map Search Routing is een Chrome-extensie ontwikkeld door balanescuandrian, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Power Dat Google Map Search Routing

Download Power Dat Google Map Search Routing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Power Dat Google Map Search Routing Power Dat Google Map Search Routing
ID oincafggaepgofadjimemcfmdfpjoepl
Officiële URL https://chromewebstore.google.com/detail/power-dat-google-map-sear/oincafggaepgofadjimemcfmdfpjoepl
Beschrijving 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
Bestandsgrootte 7.66 MB
Aantal Installaties 953
Huidige Versie 1.4
Laatst Bijgewerkt 2023-01-18
Publicatiedatum 2021-05-30
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar balanescuandrian
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}