Rabbit: Productivity-Procrastination Tracker

An interactive companion to keep you focused and productive.

Rabbit: Productivity-Procrastination Tracker là gì?

Rabbit: Productivity-Procrastination Tracker là một tiện ích mở rộng Chrome được phát triển bởi aaronjiang0, và tính năng chính của nó là "An interactive companion to keep you focused and productive.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rabbit: Productivity-Procrastination Tracker

Tải xuống các tệp mở rộng Rabbit: Productivity-Procrastination Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rabbit: Productivity-Procrastination Tracker Rabbit: Productivity-Procrastination Tracker
ID ahlcihfjafcicppnhjcnbhcgmajkmimj
URL Chính Thức https://chromewebstore.google.com/detail/rabbit-productivity-procr/ahlcihfjafcicppnhjcnbhcgmajkmimj
Mô tả An interactive companion to keep you focused and productive.
Kích Thước Tệp 1.92 MB
Số Lần Cài Đặt 574
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2020-05-12
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển aaronjiang0
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/iwasba/Rabbit-Chrome-Extension
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}