HomeSpeed
Discover the fastest internet available at your new apartment or home.
HomeSpeedとは何ですか?
HomeSpeedはkcsluisによって開発されたChromeの拡張機能で、その主な機能は「Discover the fastest internet available at your new apartment or home.」です。
拡張機能のスクリーンショット
HomeSpeed拡張機能のCRXファイルをダウンロード
HomeSpeed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HomeSpeed is a Chrome Extension that helps you discover the fastest internet available at your new place 🏠 — just visit a listing on Zillow, Trulia, or Redfin and click! - Data comes from the FCC, detailed all the way down to the Census block - HomeSpeed is available on Zillow, Trulia, and Redfin, with more platforms available in the future
拡張機能の基本情報
名前 | HomeSpeed |
ID | chbieocknnpdeoahnnhpanmhngbkilgm |
公式URL | https://chromewebstore.google.com/detail/homespeed/chbieocknnpdeoahnnhpanmhngbkilgm |
説明 | Discover the fastest internet available at your new apartment or home. |
ファイルサイズ | 44.69 KB |
インストール数 | 13 |
現在のバージョン | 1.0.3 |
最終更新日 | 2018-09-02 |
公開日 | 2018-09-02 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | kcsluis |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HomeSpeed", "version": "1.0.3", "description": "Discover the fastest internet available at your new apartment or home.", "content_security_policy": "default-src 'self' https:\/\/geo.fcc.gov https:\/\/opendata.fcc.gov https:\/\/www.google-analytics.com", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.zillow.com\/homes\/for_sale\/*", "https:\/\/www.zillow.com\/homes\/for_rent\/*", "https:\/\/www.zillow.com\/homedetails\/*", "https:\/\/www.trulia.com\/p\/*", "https:\/\/www.trulia.com\/c\/*", "https:\/\/www.trulia.com\/property\/*", "https:\/\/www.redfin.com\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "page_action": { "default_icon": { "16": "images\/hs_logos-04.png", "32": "images\/hs_logos-03.png", "48": "images\/hs_logos-02.png", "128": "images\/hs_logos-01.png" }, "default_title": "HomeSpeed: Internet availability for Zillow, Trulia, or Redfin" }, "icons": { "16": "images\/hs_logos-04.png", "32": "images\/hs_logos-03.png", "48": "images\/hs_logos-02.png", "128": "images\/hs_logos-01.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent" ] } |