chronos
Browser extension for visualizing web browsing activity
Qu'est-ce que chronos ?
chronos est une extension Chrome développée par tohjustin, et sa fonction principale est "Browser extension for visualizing web browsing activity".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension chronos
Téléchargez les fichiers d'extension chronos 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
Chronos is a browser extension for visualizing web browsing activity. View demo at https://try-chronos.now.sh # FAQ ## Do you collect any data? __Not at all!__ All recorded web browsing activity is stored locally on your device. The application is not connected to any external services & no data will be transmitted out of your device. ## How can I export my data? Users have the ability to export all recorded data or import data (backed-up from a different browser or machine) via the application's settings page.
Informations de Base sur l'Extension
Nom | chronos |
ID | ihinclpfkgmmabjjmkldhegakmdhdcio |
URL Officiel | https://chromewebstore.google.com/detail/chronos/ihinclpfkgmmabjjmkldhegakmdhdcio |
Description | Browser extension for visualizing web browsing activity |
Taille du Fichier | 1.75 MB |
Nombre d'Installations | 38 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2020-02-23 |
Date de Publication | 2020-02-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tohjustin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://try-chronos.now.sh |
URL de la Page d'Aide | https://github.com/tohjustin/chronos#faq |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "chronos", "short_name": "chronos", "description": "Browser extension for visualizing web browsing activity", "version": "1.1.1", "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "background": { "page": "index.html" }, "browser_action": { "default_icon": "logo96.png", "default_title": "View web browsing activity" }, "content_security_policy": "script-src 'self'; object-src 'self';", "permissions": [ "idle", "tabs" ] } |