Site Timer

Shows you how much time you spend on websites

Site Timerとは何ですか?

Site Timerはpikapower9080によって開発されたChromeの拡張機能で、その主な機能は「Shows you how much time you spend on websites」です。

拡張機能のスクリーンショット

screenshot

Site Timer拡張機能のCRXファイルをダウンロード

Site Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Site timer is an extension that keeps track of how much time you spend on each website, then lets you know which ones you use the most and how long you've spent on each one of them. It can show you a quick overview, or you can show a full list of sites you've visited for more than a configurable threshold.

Troubleshooting: 
Q: The extension stopped counting!
A: Try restarting chrome, and keep in mind that the extension will not count time when the window is not focused or you are looking at the extension's popup.

Q: How do I reset the extension?
A: Open the options menu, press the reset button, when it asks you to confirm press the button again

Q: Is there dark mode?
A: Yes! Press the options button and check the box to the right of the dark mode option. You can also customize other settings there.                    

拡張機能の基本情報

名前 Site Timer Site Timer
ID keccgdpfpljlfdcdpkgjogmiadiidgam
公式URL https://chromewebstore.google.com/detail/site-timer/keccgdpfpljlfdcdpkgjogmiadiidgam
説明 Shows you how much time you spend on websites
ファイルサイズ 29.49 KB
インストール数 131
現在のバージョン 1.4.0
最終更新日 2023-09-23
公開日 2023-04-14
評価 4.75/5 合計 4 レビュー
開発者 pikapower9080
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Timer",
    "version": "1.4.0",
    "description": "Shows you how much time you spend on websites",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "idle"
    ],
    "optional_permissions": [
        "management"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    }
}