How long?
Shows when you can leave!
How long?とは何ですか?
How long?はphilippe.cadeによって開発されたChromeの拡張機能で、その主な機能は「Shows when you can leave!」です。
拡張機能のスクリーンショット
How long?拡張機能のCRXファイルをダウンロード
How long?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows how long you need to work to reach 8:12 hours. In ATOSS, open the "Time recording manually" window and press the clock icon. Changes version 0.4: - addresses some issues when using time correction features version 0.3: - corrections after the latest ATOSS update version 0.2: - time including minutes < 10 are now correctly displayed - in the morning, adds the 30 minutes mandatory break to the time and shows it
拡張機能の基本情報
名前 | How long? |
ID | acabhgoaabcmalblcphdpbdcilpmafbd |
公式URL | https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd |
説明 | Shows when you can leave! |
ファイルサイズ | 42.21 KB |
インストール数 | 178 |
現在のバージョン | 0.4 |
最終更新日 | 2022-02-10 |
公開日 | 2019-05-08 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | philippe.cade |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/philippecade/howlong |
ヘルプページのURL | https://github.com/philippecade/howlong/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "How long?", "version": "0.4", "description": "Shows when you can leave!", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "How long?", "default_icon": { "16": "howlong16.png", "32": "howlong32.png", "128": "howlong128.png" } }, "manifest_version": 2 } |