Rabbit: Productivity-Procrastination Tracker
An interactive companion to keep you focused and productive.
Rabbit: Productivity-Procrastination Tracker क्या है?
Rabbit: Productivity-Procrastination Tracker aaronjiang0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An interactive companion to keep you focused and productive."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rabbit: Productivity-Procrastination Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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 |
ईमेल | [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": [ " |