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 |
| Eメール | [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"
]
}
} | |