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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |