The office timer

Multiple countdowns to help you manage your time better

The office timer là gì?

The office timer là một tiện ích mở rộng Chrome được phát triển bởi butterfly_mao, và tính năng chính của nó là "Multiple countdowns to help you manage your time better".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The office timer

Tải xuống các tệp mở rộng The office timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The office timer The office timer
ID emoflbidmnpdmncmpjeokedmdgmpbmji
URL Chính Thức https://chromewebstore.google.com/detail/the-office-timer/emoflbidmnpdmncmpjeokedmdgmpbmji
Mô tả Multiple countdowns to help you manage your time better
Kích Thước Tệp 691 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2021-06-02
Ngày Phát Hành 2021-05-20
Nhà Phát Triển butterfly_mao
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/maoSting/cutdown/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}