Foreground
Allows you to track the current active tab's URL in Foreground. See https://foreground.computer
Foreground란 무엇입니까?
Foreground은(는) https://foreground.computer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to track the current active tab's URL in Foreground. See https://foreground.computer"입니다.
확장 프로그램 스크린샷
Foreground 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |