Rabbit: Productivity-Procrastination Tracker

An interactive companion to keep you focused and productive.

Wat is Rabbit: Productivity-Procrastination Tracker?

Rabbit: Productivity-Procrastination Tracker is een Chrome-extensie ontwikkeld door aaronjiang0, en de belangrijkste functie is "An interactive companion to keep you focused and productive.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rabbit: Productivity-Procrastination Tracker

Download Rabbit: Productivity-Procrastination Tracker-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

                        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!                    

Basisinformatie over de Extensie

Naam Rabbit: Productivity-Procrastination Tracker Rabbit: Productivity-Procrastination Tracker
ID ahlcihfjafcicppnhjcnbhcgmajkmimj
Officiële URL https://chromewebstore.google.com/detail/rabbit-productivity-procr/ahlcihfjafcicppnhjcnbhcgmajkmimj
Beschrijving An interactive companion to keep you focused and productive.
Bestandsgrootte 1.92 MB
Aantal Installaties 574
Huidige Versie 2.0.4
Laatst Bijgewerkt 2023-12-18
Publicatiedatum 2020-05-12
Beoordeling 4.67/5 Totaal 12 Beoordelingen
Ontwikkelaar aaronjiang0
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/iwasba/Rabbit-Chrome-Extension
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "content-script\/script.js"
            ],
            "css": [
                "content-script\/script.css"
            ]
        }
    ]
}