Rightmove Broadband Speed Checker
This extension shows and filters the broadband speed of a property on the RightMove search page
什么是Rightmove Broadband Speed Checker?
Rightmove Broadband Speed Checker是由Mike Porter开发的Chrome扩展程序,该扩展的主要功能是“This extension shows and filters the broadband speed of a property on the RightMove search page”。
扩展截图
下载Rightmove Broadband Speed Checker扩展crx文件
下载Rightmove Broadband Speed Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Displays broadband speeds available in a properties postcode. Also allows for filtering by a minimum available internet speed.
扩展基本信息
名称 | Rightmove Broadband Speed Checker |
ID | nkdelgomnjgecilboingcchafijhocde |
官方URL | https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde |
简介 | This extension shows and filters the broadband speed of a property on the RightMove search page |
文件大小 | 52.91 KB |
安装次数 | 126 |
当前版本 | 1.0.8 |
更新时间 | 2017-11-02 |
上架时间 | 2017-11-02 |
评分 | 5.00/5 共2次评分 |
开发者 | Mike Porter |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rightmove Broadband Speed Checker", "description": "This extension shows and filters the broadband speed of a property on the RightMove search page", "version": "1.0.8", "content_scripts": [ { "matches": [ "*:\/\/*.rightmove.co.uk\/*", "*:\/\/*.rightmove.com\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "rm.js" ] } ], "permissions": [ "storage" ] } |