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" ] } } |