Rabbit: Productivity-Procrastination Tracker
An interactive companion to keep you focused and productive.
Hvad er Rabbit: Productivity-Procrastination Tracker?
Rabbit: Productivity-Procrastination Tracker er en Chrome-udvidelse udviklet af aaronjiang0, og dens hovedfunktion er "An interactive companion to keep you focused and productive.".
Udvidelsesskærmbilleder
Download Rabbit: Productivity-Procrastination Tracker-udvidelses-CRX-fil
Download Rabbit: Productivity-Procrastination Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Rabbit: Productivity-Procrastination Tracker |
ID | ahlcihfjafcicppnhjcnbhcgmajkmimj |
Officiel URL | https://chromewebstore.google.com/detail/rabbit-productivity-procr/ahlcihfjafcicppnhjcnbhcgmajkmimj |
Beskrivelse | An interactive companion to keep you focused and productive. |
Filstørrelse | 1.92 MB |
Antal Installationer | 574 |
Nuværende Version | 2.0.4 |
Senest Opdateret | 2023-12-18 |
Udgivelsesdato | 2020-05-12 |
Bedømmelse | 4.67/5 Samlet 12 Bedømmelser |
Udvikler | aaronjiang0 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/iwasba/Rabbit-Chrome-Extension |
Understøttede Sprog | 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": [ " |