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 |
官方URL | 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" ] } } |