Zone

A Simple Time Zone Extension

What is Zone?

Zone is a Chrome extension developed by Peter Moise, and its main feature is "A Simple Time Zone Extension".

Extension Screenshots

screenshot
screenshot

Download Zone Extension CRX File

Download Zone 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

                        Need to know the time of a different location in another time zone? This extension does exactly that, displaying the time zone of your choice in a simplistic manner.                    

Extension Basic Information

Name Zone Zone
ID lehhdgfjlffdogjabdjiphokobkcacmg
Official URL https://chromewebstore.google.com/detail/zone/lehhdgfjlffdogjabdjiphokobkcacmg
Description A Simple Time Zone Extension
File Size 12.42 KB
Installation Count 15
Current Version 1.0.1
Last Updated 2021-10-20
Publish Date 2021-06-12
Rating 5.00/5 Total 3 Ratings
Developer Peter Moise
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zone",
    "description": "A Simple Time Zone Extension",
    "author": "Peter Moise",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "Icons\/clock-16.png",
            "32": "Icons\/clock-32.png",
            "48": "Icons\/clock-48.png",
            "128": "Icons\/clock-128.png"
        }
    },
    "icons": {
        "16": "Icons\/clock-16.png",
        "32": "Icons\/clock-32.png",
        "48": "Icons\/clock-48.png",
        "128": "Icons\/clock-128.png"
    }
}