Surf Clock

Keep track of the time you spend surfing on the web.

What is Surf Clock?

Surf Clock is a Chrome extension developed by https://surfclock.io, and its main feature is "Keep track of the time you spend surfing on the web.".

Extension Screenshots

screenshot
screenshot

Download Surf Clock Extension CRX File

Download Surf Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private.

- While browsing the web, the time you spend on websites is accurately measured.
- Adjust the time frame to easily spot for how long you've been on any site during that period.
- No information is sent to our clouds, it's all yours on your computer.


Necessary permissions:
- "Read your browsing history" to detect when you load new sites and switch tabs / windows
- "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website                    

Extension Basic Information

Name Surf Clock Surf Clock
ID bhmamcldpbfndmkibakfgkibichjbifo
Official URL https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo
Description Keep track of the time you spend surfing on the web.
File Size 186 KB
Installation Count 39
Current Version 1.0.4
Last Updated 2017-12-04
Publish Date 2017-12-04
Rating 5.00/5 Total 2 Ratings
Developer https://surfclock.io
Email [email protected]
Payment Type free
Extension Website https://surfclock.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Surf Clock",
    "version": "1.0.4",
    "author": "crococoding",
    "homepage_url": "https:\/\/surfclock.io",
    "description": "Keep track of the time you spend surfing on the web.",
    "icons": {
        "128": "chrome\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "chrome\/icon_128.png",
        "default_popup": "chrome\/popup_chrome.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.google.com\/*"
    ],
    "background": {
        "scripts": [
            "core\/background\/dexie.min.js",
            "core\/background\/vibrant.min.js",
            "core\/background\/database.js",
            "core\/background\/logger.js",
            "chrome\/background_chrome.js"
        ]
    }
}