Rabbit: Productivity-Procrastination Tracker

An interactive companion to keep you focused and productive.

Rabbit: Productivity-Procrastination Trackerとは何ですか?

Rabbit: Productivity-Procrastination Trackerはaaronjiang0によって開発されたChromeの拡張機能で、その主な機能は「An interactive companion to keep you focused and productive.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Rabbit: Productivity-Procrastination Tracker拡張機能のCRXファイルをダウンロード

Rabbit: Productivity-Procrastination Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Rabbit: Productivity-Procrastination Tracker Rabbit: Productivity-Procrastination Tracker
ID ahlcihfjafcicppnhjcnbhcgmajkmimj
公式URL https://chromewebstore.google.com/detail/rabbit-productivity-procr/ahlcihfjafcicppnhjcnbhcgmajkmimj
説明 An interactive companion to keep you focused and productive.
ファイルサイズ 1.92 MB
インストール数 574
現在のバージョン 2.0.4
最終更新日 2023-12-18
公開日 2020-05-12
評価 4.67/5 合計 12 レビュー
開発者 aaronjiang0
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/iwasba/Rabbit-Chrome-Extension
対応言語 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"
            ]
        }
    ]
}