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”。

扩展截图

screenshot

下载Foreground扩展crx文件

下载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 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"
    }
}