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 |
公式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 |
Eメール | [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 } } |