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
官方網址 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"
    }
}