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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power Dat Google Map Search Routing

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        ]
    }
}