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
Power Dat Google Map Search Routing क्या है?
Power Dat Google Map Search Routing balanescuandrian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Power Dat Google Map Search Routing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Power Dat Google Map Search Routing |
ID | oincafggaepgofadjimemcfmdfpjoepl |
आधिकारिक URL | https://chromewebstore.google.com/detail/power-dat-google-map-sear/oincafggaepgofadjimemcfmdfpjoepl |
विवरण | 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 |
फ़ाइल का आकार | 7.66 MB |
स्थापना संख्या | 953 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2023-01-18 |
प्रकाशन तिथि | 2021-05-30 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | balanescuandrian |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } } |