Foreground
Allows you to track the current active tab's URL in Foreground. See https://foreground.computer
Foregroundคืออะไร?
Foreground เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foreground.computer และคุณลักษณะหลักของมันคือ "Allows you to track the current active tab's URL in Foreground. See https://foreground.computer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Foreground
ดาวน์โหลดไฟล์ส่วนขยาย Foreground ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the Chrome extension for Foreground, an activity tracking programme for your Windows personal computer. Foreground tracks your time spent in programs and websites to give you insight into your productivity. Rank apps and sites by how productive or distracting they are for you, assign them a category, and view reports on your time spent productively for each day and long-term, across different criteria. Foreground stores all your activity data on your local personal computer and does not send it to any server, or share this data with any third-party for the purposes of advertising, marketing, or any other creepy stuff. The Foreground Chrome extension is required in order to track details about your current active tab in Chrome, communicating these details to the Foreground Windows programme for your personal computer. With it, you can see details about time spent on various websites, but without it, all your time will show up just as "Chrome". Find more details about Foreground at https://foreground.computer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Foreground |
ID | imlhjnnodhcdabeiamfhefggelkdcmpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/foreground/imlhjnnodhcdabeiamfhefggelkdcmpe |
คำอธิบาย | Allows you to track the current active tab's URL in Foreground. See https://foreground.computer |
ขนาดไฟล์ | 14.28 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2023-11-01 |
วันที่เผยแพร่ | 2023-05-12 |
ผู้พัฒนา | https://foreground.computer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://foreground.computer |
URL หน้านโยบายความเป็นส่วนตัว | https://larder.io/privacy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Foreground", "version": "0.1.4", "description": "Allows you to track the current active tab's URL in Foreground. See https:\/\/foreground.computer", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "worker.js" } } |