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 |
官方網址 | 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\/" ] } |