Bookmark World Clock

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

Qu'est-ce que Bookmark World Clock ?

Bookmark World Clock est une extension Chrome développée par Sgtpanda, et sa fonction principale est "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmark World Clock

Téléchargez les fichiers d'extension Bookmark World Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
URL Officiel 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
Taille du Fichier 902 KB
Nombre d'Installations 561
Version Actuelle 2.0
Dernière Mise à Jour 2020-12-04
Date de Publication 2019-10-22
Évaluation 5.00/5 Total 5 Évaluations
Développeur Sgtpanda
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}