The office timer
Multiple countdowns to help you manage your time better
什麼是The office timer?
The office timer是由butterfly_mao開發的Chrome擴展程式,該擴展的主要功能是“Multiple countdowns to help you manage your time better”。
擴展截圖
下載The office timer擴展crx文件
下載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 |
ID | emoflbidmnpdmncmpjeokedmdgmpbmji |
官方網址 | 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 } } |