Rightmove Improver
This extension adds maximum internet speed to the page on rightmove
什么是Rightmove Improver?
Rightmove Improver是由https://newbury.me开发的Chrome扩展程序,该扩展的主要功能是“This extension adds maximum internet speed to the page on rightmove”。
扩展截图
下载Rightmove Improver扩展crx文件
下载Rightmove Improver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension add the maximum broadband speed to the page instead of having to go to another page. I created it because I was annoyed at having to navigate to another page to find the internet speed for the property I was viewing. It doesn't sound like much but it helped. I hope you find it useful.
扩展基本信息
名称 | Rightmove Improver |
ID | klmjgkkbknbcllohenhldfgbbkjafmgc |
官方URL | https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc |
简介 | This extension adds maximum internet speed to the page on rightmove |
文件大小 | 5.35 KB |
安装次数 | 1,540 |
当前版本 | 0.1.0 |
更新时间 | 2016-08-13 |
上架时间 | 2016-08-13 |
评分 | 4.13/5 共8次评分 |
开发者 | https://newbury.me |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rightmove Improver", "short_name": "Rightmove Improver", "description": "This extension adds maximum internet speed to the page on rightmove", "version": "0.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "About" }, "content_scripts": [ { "matches": [ "*:\/\/*.rightmove.co.uk\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |