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.”。
擴展截圖
下載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 |
ID | ahlcihfjafcicppnhjcnbhcgmajkmimj |
官方網址 | 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 |
電子郵箱 | [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": [ " |