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 扩展基本信息
| 名称 | |
| 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"
]
}
} | |