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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Power Dat Google Map Search Routing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |