Commute Time (for Rightmove & Zoopla)
Search commute times from RightMove and Zoopla
Commute Time (for Rightmove & Zoopla)とは何ですか?
Commute Time (for Rightmove & Zoopla)はMikeyによって開発されたChromeの拡張機能で、その主な機能は「Search commute times from RightMove and Zoopla」です。
拡張機能のスクリーンショット
Commute Time (for Rightmove & Zoopla)拡張機能のCRXファイルをダウンロード
Commute Time (for Rightmove & Zoopla)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly find out your commute time from properties on Zoopla and Rightmove. Make your search for property in the UK more efficient.
拡張機能の基本情報
名前 | Commute Time (for Rightmove & Zoopla) |
ID | oiicpghmoodgebjoigmmopghpckbddcm |
公式URL | https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm |
説明 | Search commute times from RightMove and Zoopla |
ファイルサイズ | 33.53 KB |
インストール数 | 334 |
現在のバージョン | 0.4.3 |
最終更新日 | 2017-09-09 |
公開日 | 2017-09-09 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | Mikey |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Commute Time (for Rightmove & Zoopla)", "version": "0.4.3", "description": "Search commute times from RightMove and Zoopla", "icons": { "16": "app\/assets\/images\/16.png", "48": "app\/assets\/images\/48.png", "128": "app\/assets\/images\/128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/www.zoopla.co.uk\/*", "http:\/\/www.rightmove.co.uk\/*", "https:\/\/www.zoopla.co.uk\/*", "https:\/\/www.rightmove.co.uk\/*" ], "css": [ "app\/assets\/stylesheets\/embed.css" ], "js": [ "app\/js\/addwidget.js" ] } ], "options_ui": { "page": "app\/options.html", "chrome_style": true }, "permissions": [ "storage", "https:\/\/*.googleapis.com\/", "https:\/\/maps.google.com\/" ] } |