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

扩展截图

screenshot
screenshot
screenshot

下载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) 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\/"
    ]
}