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
Cos'è Power Dat Google Map Search Routing?
Power Dat Google Map Search Routing è un'estensione di Chrome sviluppata da balanescuandrian, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Power Dat Google Map Search Routing
Scarica i file di estensione Power Dat Google Map Search Routing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oincafggaepgofadjimemcfmdfpjoepl |
| URL Ufficiale | https://chromewebstore.google.com/detail/power-dat-google-map-sear/oincafggaepgofadjimemcfmdfpjoepl |
| Descrizione | 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 |
| Dimensione del File | 7.66 MB |
| Conteggio Installazioni | 953 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2023-01-18 |
| Data di Pubblicazione | 2021-05-30 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | balanescuandrian |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |