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 擴展基本資訊
| 名稱 | |
| ID | milpdpjbadncalidnmimelocmkmnmacj |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |