The office timer

Multiple countdowns to help you manage your time better

Cos'è The office timer?

The office timer è un'estensione di Chrome sviluppata da butterfly_mao, e la sua funzione principale è "Multiple countdowns to help you manage your time better".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione The office timer

Scarica i file di estensione The office timer 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

                        Multiple countdowns help you manage your time better, and also features rich notifications, including windows notifications and wake up is sound notifications.                    

Informazioni di Base sull'Estensione

Nome The office timer The office timer
ID emoflbidmnpdmncmpjeokedmdgmpbmji
URL Ufficiale https://chromewebstore.google.com/detail/the-office-timer/emoflbidmnpdmncmpjeokedmdgmpbmji
Descrizione Multiple countdowns to help you manage your time better
Dimensione del File 691 KB
Conteggio Installazioni 16
Versione Corrente 0.1.2
Ultimo Aggiornamento 2021-06-02
Data di Pubblicazione 2021-05-20
Sviluppatore butterfly_mao
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/maoSting/cutdown/issues
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXT_NAME__",
    "default_locale": "zh_CN",
    "version": "0.1.2",
    "description": "__MSG_EXT_DESC__",
    "icons": {
        "16": "static\/images\/16.png",
        "48": "static\/images\/48.png",
        "128": "static\/images\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_EXT_NAME__",
        "default_icon": "static\/images\/16.png",
        "default_popup": "apps\/menus\/menus.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-SFGl6Kht\/AqJeASz6HWulsrsvvl8DWzA3sCYVl5UAs8=' 'unsafe-inline' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "apps\/background\/background.js"
        ],
        "persistent": true
    }
}