Pin Dropper For Street View
This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
Pin Dropper For Street Viewคืออะไร?
Pin Dropper For Street View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pin Dropper For Street View
ดาวน์โหลดไฟล์ส่วนขยาย Pin Dropper For Street View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This adds an extension button that, if pressed while within Google Street View, will open a new tab with a pin dropped at the GPS coordinates for that Street View Location. Ordinarily, Google uses the address, rather than coordinates - this works fine in cities but very poorly in the countryside. Example use case: I'm looking for a gate into a rural field. Click through on Street View, once you find what you're looking for, click the icon and new window will open with the pin where you want it!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pin Dropper For Street View |
ID | dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
คำอธิบาย | This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude |
ขนาดไฟล์ | 25.39 KB |
จำนวนการติดตั้ง | 488 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-02 |
วันที่เผยแพร่ | 2017-01-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin Dropper For Street View", "description": "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click me to drop a pin!" }, "permissions": [ "activeTab" ] } |