Surf Clock

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

Qu'est-ce que Surf Clock ?

Surf Clock est une extension Chrome développée par https://surfclock.io, et sa fonction principale est "Keep track of the time you spend surfing on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Surf Clock

Téléchargez les fichiers d'extension Surf Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Surf Clock Surf Clock
ID bhmamcldpbfndmkibakfgkibichjbifo
URL Officiel https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo
Description Keep track of the time you spend surfing on the web.
Taille du Fichier 186 KB
Nombre d'Installations 39
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-12-04
Date de Publication 2017-12-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://surfclock.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://surfclock.io
Langues Prises en Charge 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"
        ]
    }
}