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
Hvad er Power Dat Google Map Search Routing?
Power Dat Google Map Search Routing er en Chrome-udvidelse udviklet af balanescuandrian, og dens hovedfunktion er "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".
Udvidelsesskærmbilleder
Download Power Dat Google Map Search Routing-udvidelses-CRX-fil
Download Power Dat Google Map Search Routing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Power Dat Google Map Search Routing |
ID | oincafggaepgofadjimemcfmdfpjoepl |
Officiel URL | https://chromewebstore.google.com/detail/power-dat-google-map-sear/oincafggaepgofadjimemcfmdfpjoepl |
Beskrivelse | 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 |
Filstørrelse | 7.66 MB |
Antal Installationer | 953 |
Nuværende Version | 1.4 |
Senest Opdateret | 2023-01-18 |
Udgivelsesdato | 2021-05-30 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | balanescuandrian |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |