Open in Google Maps

Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.

Open in Google Mapsคืออะไร?

Open in Google Maps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://garbageoverflow.blogspot.com และคุณลักษณะหลักของมันคือ "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Google Maps

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

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

                        This extension let you open addresses in Google Maps without having to go to google maps in a separate tab.
Helps a lot if you are looking at real estates websites and want to quickly lookup addresses.

How to use - 
1 - Install the plugin
2 - Highlight or select the address
3 - Click on the red map pin in the right top corner                    

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

ชื่อ Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
คำอธิบาย Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
ขนาดไฟล์ 7.19 KB
จำนวนการติดตั้ง 28,569
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-02-18
วันที่เผยแพร่ 2015-02-18
คะแนน 4.45/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://garbageoverflow.blogspot.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Google Maps",
    "description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}