Timewatch extension
do what they don't do
Timewatch extensionとは何ですか?
Timewatch extensionはTomによって開発されたChromeの拡張機能で、その主な機能は「do what they don't do」です。
Timewatch extension拡張機能のCRXファイルをダウンロード
Timewatch extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add some details to the timewatch time report, like avg working hours version 2: support multiple tables version 3: support half days
拡張機能の基本情報
名前 | |
ID | ldgghciejddllgfjbinnpjmpfbihlham |
公式URL | https://chromewebstore.google.com/detail/timewatch-extension/ldgghciejddllgfjbinnpjmpfbihlham |
説明 | do what they don't do |
ファイルサイズ | 9.33 KB |
インストール数 | 12 |
現在のバージョン | 3.0 |
最終更新日 | 2018-04-26 |
公開日 | 2018-04-26 |
開発者 | Tom |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timewatch extension", "version": "3.0", "description": "do what they don't do", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/admin.timewatch.co.il\/phaseb\/po_presence.php*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |