Commute Time (for Rightmove & Zoopla)

Search commute times from RightMove and Zoopla

What is Commute Time (for Rightmove & Zoopla)?

Commute Time (for Rightmove & Zoopla) is a Chrome extension developed by Mikey, and its main feature is "Search commute times from RightMove and Zoopla".

Extension Screenshots

screenshot
screenshot
screenshot

Download Commute Time (for Rightmove & Zoopla) Extension CRX File

Download Commute Time (for Rightmove & Zoopla) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly find out your commute time from properties on Zoopla and Rightmove. Make your search for property in the UK more efficient.                    

Extension Basic Information

Name Commute Time (for Rightmove & Zoopla) Commute Time (for Rightmove & Zoopla)
ID oiicpghmoodgebjoigmmopghpckbddcm
Official URL https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm
Description Search commute times from RightMove and Zoopla
File Size 33.53 KB
Installation Count 334
Current Version 0.4.3
Last Updated 2017-09-09
Publish Date 2017-09-09
Rating 3.00/5 Total 4 Ratings
Developer Mikey
Payment Type free
Supported Languages 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\/"
    ]
}