Timebox++
Master your time the visual way!
Timebox++ क्या है?
Timebox++ Peta Sittek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Master your time the visual way!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timebox++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Timebox++ is based on the idea of timeboxing, i.e. allocating a fixed time period to each planned activity. The point is to prevent pitfalls of Parkinson's law: "work expands so as to fill the time available for its completion", i.e. it's a good idea to set a time limit on any task you're trying to accomplish. It's a minimalist timer with only one button - Start/Stop. All you need to get work done. 🚀 Ideal workflow ⭐️ Choose the task ⭐️ Set a time limit ⭐️ Press the Start button ⭐️ Grind! ⭐️ Done :) 🚀 Eye candy features ⭐️ 2 visual styles - sequential and random ⭐️ 32 color variants Completely free and with no ads Made with ♥ by Peta Sittek
एक्सटेंशन की मूल जानकारी
नाम | Timebox++ |
ID | cbgpbhpefmeholmeodlhaalbcjgbafjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/timebox++/cbgpbhpefmeholmeodlhaalbcjgbafjd |
विवरण | Master your time the visual way! |
फ़ाइल का आकार | 112 KB |
स्थापना संख्या | 2,747 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2017-07-25 |
प्रकाशन तिथि | 2017-07-25 |
रेटिंग | 4.14/5 कुल 21 रेटिंग्स |
डेवलपर | Peta Sittek |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.petasittek.com/chrome-extensions-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timebox++", "description": "Master your time the visual way!", "version": "1.2.4", "offline_enabled": true, "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "popup.html", "default_title": "Timebox++" }, "background": { "scripts": [ "js\/config.js", "js\/fn.js", "js\/storage-local.js", "background.js" ] }, "permissions": [ "storage", "unlimitedStorage", "notifications" ] } |