TabStats
An extension that track amount of time you spent on a website each day.
TabStatsとは何ですか?
TabStatsはpallab.gainによって開発されたChromeの拡張機能で、その主な機能は「An extension that track amount of time you spent on a website each day.」です。
拡張機能のスクリーンショット
TabStats拡張機能のCRXファイルをダウンロード
TabStats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension that track amount of time you spent on a website everyday. - Bugfix - Window focus related issue
拡張機能の基本情報
名前 | TabStats |
ID | milpdpjbadncalidnmimelocmkmnmacj |
公式URL | https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj |
説明 | An extension that track amount of time you spent on a website each day. |
ファイルサイズ | 2.06 MB |
インストール数 | 35 |
現在のバージョン | 1.2.5 |
最終更新日 | 2020-02-22 |
公開日 | 2020-02-22 |
開発者 | pallab.gain |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/pallab-gain/TabStats |
ヘルプページのURL | https://github.com/pallab-gain/TabStats/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabStats", "version": "1.2.5", "description": "An extension that track amount of time you spent on a website each day.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "cdn" ], "permissions": [ "tabs" ] } |