Surf Clock
Keep track of the time you spend surfing on the web.
Was ist Surf Clock?
Surf Clock ist eine Chrome-Erweiterung, die von https://surfclock.io entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of the time you spend surfing on the web.".
Erweiterungsscreenshots
Surf Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Surf Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | bhmamcldpbfndmkibakfgkibichjbifo | 
| Offizielle URL | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo | 
| Beschreibung | Keep track of the time you spend surfing on the web. | 
| Dateigröße | 186 KB | 
| Installationsanzahl | 39 | 
| Aktuelle Version | 1.0.4 | 
| Letztes Update | 2017-12-04 | 
| Veröffentlichungsdatum | 2017-12-04 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | https://surfclock.io | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://surfclock.io | 
| Unterstützte Sprachen | 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"
        ]
    }
} | |