The office timer

Multiple countdowns to help you manage your time better

Что такое The office timer?

The office timer - это расширение Chrome, разработанное butterfly_mao, и его основная функция - "Multiple countdowns to help you manage your time better".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения The office timer

Скачайте файлы расширений The office timer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название The office timer The office timer
ID emoflbidmnpdmncmpjeokedmdgmpbmji
Официальный URL https://chromewebstore.google.com/detail/the-office-timer/emoflbidmnpdmncmpjeokedmdgmpbmji
Описание Multiple countdowns to help you manage your time better
Размер файла 691 KB
Количество установок 16
Текущая Версия 0.1.2
Последнее Обновление 2021-06-02
Дата публикации 2021-05-20
Разработчик butterfly_mao
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/maoSting/cutdown/issues
Поддерживаемые языки 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
    }
}