Bookmark World Clock

Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily

What is Bookmark World Clock?

Bookmark World Clock is a Chrome extension developed by Sgtpanda, and its main feature is "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".

Extension Screenshots

screenshot

Download Bookmark World Clock Extension CRX File

Download Bookmark World Clock 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

                        Add a clock from any location in the world to your bookmarks bar! App icon by icons8.                    

Extension Basic Information

Name Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
Official URL https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
Description Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
File Size 902 KB
Installation Count 561
Current Version 2.0
Last Updated 2020-12-04
Publish Date 2019-10-22
Rating 5.00/5 Total 5 Ratings
Developer Sgtpanda
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark World Clock",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily",
    "icons": {
        "16": "icons\/timezone-16.png",
        "48": "icons\/timezone-48.png",
        "128": "icons\/timezone-128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'"
}