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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |