TabStats
An extension that track amount of time you spent on a website each day.
TabStatsคืออะไร?
TabStats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pallab.gain และคุณลักษณะหลักของมันคือ "An extension that track amount of time you spent on a website each day."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabStats
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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 |
| อีเมล | [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"
]
} | |