Rabbit: Productivity-Procrastination Tracker
An interactive companion to keep you focused and productive.
Qu'est-ce que Rabbit: Productivity-Procrastination Tracker ?
Rabbit: Productivity-Procrastination Tracker est une extension Chrome développée par aaronjiang0, et sa fonction principale est "An interactive companion to keep you focused and productive.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rabbit: Productivity-Procrastination Tracker
Téléchargez les fichiers d'extension Rabbit: Productivity-Procrastination Tracker 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
Rabbit is a playful companion that keeps you aware of your browsing habits. This extension keeps track of your activity and highlights your most visited sites. Rabbit also helps you calculate your productivity index so that you can stay on task!
Informations de Base sur l'Extension
Nom | Rabbit: Productivity-Procrastination Tracker |
ID | ahlcihfjafcicppnhjcnbhcgmajkmimj |
URL Officiel | https://chromewebstore.google.com/detail/rabbit-productivity-procr/ahlcihfjafcicppnhjcnbhcgmajkmimj |
Description | An interactive companion to keep you focused and productive. |
Taille du Fichier | 1.92 MB |
Nombre d'Installations | 574 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2023-12-18 |
Date de Publication | 2020-05-12 |
Évaluation | 4.67/5 Total 12 Évaluations |
Développeur | aaronjiang0 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/iwasba/Rabbit-Chrome-Extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rabbit: Productivity-Procrastination Tracker", "description": "An interactive companion to keep you focused and productive.", "version": "2.0.4", "icons": { "128": "assets\/icon.png" }, "action": { "default_icon": "assets\/icon.png", "default_popup": "popup\/popup.html", "persistent": true }, "permissions": [ "storage", "tabs", "activeTab" ], "background": { "service_worker": "background\/script.js", "type": "module" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ " |