Site Timer

Shows you how much time you spend on websites

Site Timer क्या है?

Site Timer pikapower9080 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows you how much time you spend on websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}