Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
什麼是Zillow Price Per Square Foot?
Zillow Price Per Square Foot是由dgrant069開發的Chrome擴展程式,該擴展的主要功能是“Runs in background to automatically add price per square foot right underneath the main asking price of homes”。
擴展截圖
下載Zillow Price Per Square Foot擴展crx文件
下載Zillow Price Per Square Foot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Very simple extension made specifically for Zillow home detail pages. Runs in the background once enabled to calculate and display the price per square foot of a listing directly underneath the prominently displayed asking price.
擴展基本資訊
名稱 | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
官方網址 | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
簡介 | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
檔案大小 | 35.69 KB |
安裝次數 | 718 |
目前版本 | 0.1 |
更新時間 | 2016-02-03 |
上架時間 | 2016-02-01 |
評分 | 4.23/5 共 13 次評分 |
開發者 | dgrant069 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zillow Price Per Square Foot", "description": "Runs in background to automatically add price per square foot right underneath the main asking price of homes", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/www.zillow.com\/homes\/*" ], "js": [ "jquery-2.2.0.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] } } |