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