Timebite - Online wasted time tracker
See what takes the biggest bites out of your day
Was ist Timebite - Online wasted time tracker?
Timebite - Online wasted time tracker ist eine Chrome-Erweiterung, die von Drik entwickelt wurde, und ihr Hauptmerkmal ist "See what takes the biggest bites out of your day".
Erweiterungsscreenshots
Timebite - Online wasted time tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timebite - Online wasted time tracker-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
Timebite is the silent helper that always knows when you are wasting time on your browser. The extension tracks domains you visit and shows you summary of wasted time versus productive time. All data is saved locally and only you can see that info. You can set number of days that data is kept before erasing. All older data will be deleted. You can setup time range when the extension tracks your activity and also pause tracking anytime if needed. Get Timebite and see what takes the biggest bites out of your productive time online!
Grundlegende Informationen zur Erweiterung
Name | Timebite - Online wasted time tracker |
ID | mkpcepodmbdmbpenhmmkipbijpblfjik |
Offizielle URL | https://chromewebstore.google.com/detail/timebite-online-wasted-ti/mkpcepodmbdmbpenhmmkipbijpblfjik |
Beschreibung | See what takes the biggest bites out of your day |
Dateigröße | 32.35 KB |
Installationsanzahl | 960 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2020-04-20 |
Veröffentlichungsdatum | 2020-04-20 |
Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
Entwickler | Drik |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://drik.eu |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timebite - Online wasted time tracker", "short_name": "Timebite", "version": "1.0.5", "manifest_version": 2, "description": "See what takes the biggest bites out of your day", "background": { "scripts": [ "scripts\/lib.js", "scripts\/db.js", "scripts\/ga.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "html\/popup.html", "default_title": "Timebite" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "options_page": "html\/settings.html", "options_ui": { "page": "html\/settings.html", "chrome_style": true }, "permissions": [ "tabs" ] } |