TabStats
An extension that track amount of time you spent on a website each day.
Wat is TabStats?
TabStats is een Chrome-extensie ontwikkeld door pallab.gain, en de belangrijkste functie is "An extension that track amount of time you spent on a website each day.".
Extensie Screenshots
Download het CRX-bestand van de extensie TabStats
Download TabStats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension that track amount of time you spent on a website everyday. - Bugfix - Window focus related issue
Basisinformatie over de Extensie
Naam | TabStats |
ID | milpdpjbadncalidnmimelocmkmnmacj |
Officiële URL | https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj |
Beschrijving | An extension that track amount of time you spent on a website each day. |
Bestandsgrootte | 2.06 MB |
Aantal Installaties | 35 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2020-02-22 |
Publicatiedatum | 2020-02-22 |
Ontwikkelaar | pallab.gain |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pallab-gain/TabStats |
Help Pagina-URL | https://github.com/pallab-gain/TabStats/issues |
Ondersteunde Talen | 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" ] } |