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”。

擴展截圖

screenshot

下載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 Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
官方網址 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"
        }
    ]
}