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

擴展截圖

screenshot
screenshot
screenshot

下載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 Rightmove Broadband Speed Checker
ID nkdelgomnjgecilboingcchafijhocde
官方網址 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"
    ]
}