Sillow
Embed Google Street View on Zillow details pages
Sillowคืออะไร?
Sillow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stevenaenns และคุณลักษณะหลักของมันคือ "Embed Google Street View on Zillow details pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sillow
ดาวน์โหลดไฟล์ส่วนขยาย Sillow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Embeds google street view in Zillow details pages so you don't have to copy and paste the address in google maps.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mcopjjconlipffbfdfbfmjhlaekggocd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sillow/mcopjjconlipffbfdfbfmjhlaekggocd |
คำอธิบาย | Embed Google Street View on Zillow details pages |
ขนาดไฟล์ | 10.83 KB |
จำนวนการติดตั้ง | 85 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2015-07-14 |
วันที่เผยแพร่ | 2015-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | stevenaenns |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/saenns/sillow |
URL หน้าช่วยเหลือ | https://github.com/saenns/sillow |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sillow", "version": "0.1.0", "description": "Embed Google Street View on Zillow details pages", "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/www.zillow.com\/homedetails\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.zillow.com\/homedetails\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "inject.js" ], "manifest_version": 2 } |