Quick Map Search

Right click some selected text and use that for a secure search using Google Maps.

Quick Map Searchคืออะไร?

Quick Map Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maar-ten และคุณลักษณะหลักของมันคือ "Right click some selected text and use that for a secure search using Google Maps."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Map Search

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

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

                        Right click some highlighted text and use that for a search using Google Maps.

After installing this extension there'll be a new entry in your context menu (right-click menu) when some selected (highlighted) text was right-clicked. Selecting this menu option will start a Google Maps search.                    

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

ชื่อ Quick Map Search Quick Map Search
ID ifgfomjbhfndhoeefobmiaclhnhiknbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-map-search/ifgfomjbhfndhoeefobmiaclhnhiknbl
คำอธิบาย Right click some selected text and use that for a secure search using Google Maps.
ขนาดไฟล์ 10.37 KB
จำนวนการติดตั้ง 290
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-10-20
วันที่เผยแพร่ 2019-04-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา maar-ten
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/maar-ten/Quick-Map-Search#readme
URL หน้าช่วยเหลือ https://github.com/maar-ten/Quick-Map-Search/issues
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}