TabStats
An extension that track amount of time you spent on a website each day.
Was ist TabStats?
TabStats ist eine Chrome-Erweiterung, die von pallab.gain entwickelt wurde, und ihr Hauptmerkmal ist "An extension that track amount of time you spent on a website each day.".
Erweiterungsscreenshots
TabStats-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabStats-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
A chrome extension that track amount of time you spent on a website everyday.
- Bugfix
- Window focus related issue Grundlegende Informationen zur Erweiterung
| Name | |
| ID | milpdpjbadncalidnmimelocmkmnmacj |
| Offizielle URL | https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj |
| Beschreibung | An extension that track amount of time you spent on a website each day. |
| Dateigröße | 2.06 MB |
| Installationsanzahl | 35 |
| Aktuelle Version | 1.2.5 |
| Letztes Update | 2020-02-22 |
| Veröffentlichungsdatum | 2020-02-22 |
| Entwickler | pallab.gain |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/pallab-gain/TabStats |
| Hilfeseite URL | https://github.com/pallab-gain/TabStats/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabStats",
"version": "1.2.5",
"description": "An extension that track amount of time you spent on a website each day.",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"web_accessible_resources": [
"cdn"
],
"permissions": [
"tabs"
]
} | |