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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } } |