Bookmark World Clock

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

Wat is Bookmark World Clock?

Bookmark World Clock is een Chrome-extensie ontwikkeld door Sgtpanda, en de belangrijkste functie is "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmark World Clock

Download Bookmark World Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
Officiële URL https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
Beschrijving Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Bestandsgrootte 902 KB
Aantal Installaties 561
Huidige Versie 2.0
Laatst Bijgewerkt 2020-12-04
Publicatiedatum 2019-10-22
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Sgtpanda
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}