Toolbar Clock

Stylish analog clock in your browser toolbar.

Cos'è Toolbar Clock?

Toolbar Clock è un'estensione di Chrome sviluppata da Muyor, e la sua funzione principale è "Stylish analog clock in your browser toolbar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Toolbar Clock

Scarica i file di estensione Toolbar Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon.

To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI.

If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).                    

Informazioni di Base sull'Estensione

Nome Toolbar Clock Toolbar Clock
ID cemihgihgpjhjdgbebpmckbeonpnffjj
URL Ufficiale https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj
Descrizione Stylish analog clock in your browser toolbar.
Dimensione del File 61 KB
Conteggio Installazioni 824
Versione Corrente 0.1.3
Ultimo Aggiornamento 2023-11-18
Data di Pubblicazione 2018-04-02
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Muyor
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mybrowseraddon.com/toolbar-clock.html
URL della Pagina di Aiuto https://mybrowseraddon.com/toolbar-clock.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Toolbar Clock",
    "offline_enabled": true,
    "description": "Stylish analog clock in your browser toolbar.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Toolbar Clock",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}