Sillow
Embed Google Street View on Zillow details pages
什麼是Sillow?
Sillow是由stevenaenns開發的Chrome擴展程式,該擴展的主要功能是“Embed Google Street View on Zillow details pages”。
擴展截圖
下載Sillow擴展crx文件
下載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 |
官方網址 | 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 } |