TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
TimeFlowคืออะไร?
TimeFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chiunhau และคุณลักษณะหลักของมันคือ "TimeFlow is a Chrome extension that tracks time you spend on every website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimeFlow
ดาวน์โหลดไฟล์ส่วนขยาย TimeFlow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TimeFlow is a Chrome extension that tracks time you spend on every website. It displays the result once you open a new browser tab. Have you ever wondered which website do you spend the most time on? Give it a try. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| คำอธิบาย | TimeFlow is a Chrome extension that tracks time you spend on every website. |
| ขนาดไฟล์ | 63.18 KB |
| จำนวนการติดตั้ง | 56 |
| เวอร์ชันปัจจุบัน | 0.1.0 |
| อัปเดตครั้งล่าสุด | 2015-08-14 |
| วันที่เผยแพร่ | 2015-08-14 |
| คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | Chiunhau |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TimeFlow",
"version": "0.1.0",
"description": "TimeFlow is a Chrome extension that tracks time you spend on every website.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"permissions": [
"idle",
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |