Google Maps select and search

Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.

Google Maps select and searchคืออะไร?

Google Maps select and search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laurentt96 และคุณลักษณะหลักของมันคือ "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Maps select and search

ดาวน์โหลดไฟล์ส่วนขยาย Google Maps select and search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected. 
No need to copy/paste and waste time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
คำอธิบาย Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
ขนาดไฟล์ 603 KB
จำนวนการติดตั้ง 32,900
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2019-11-03
คะแนน 4.03/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา laurentt96
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Maps select and search",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.",
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}