Pomofocus Quality of Life
Extra features for pomofocus.io
Pomofocus Quality of Life क्या है?
Pomofocus Quality of Life mat_k द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra features for pomofocus.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pomofocus Quality of Life एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you're enough of a pomofocus.io power user to use the premium pomofocus offering, this extension may help your workflow. - Enhanced todoist integration: send tasks over directly from todoist. - Project filters: make a long pomofocus backlog more manageable. These simple features can go a long way to make any large projects you work on more digestible.
एक्सटेंशन की मूल जानकारी
नाम | Pomofocus Quality of Life |
ID | cgjcmonifjkgeepfjfbbhegbohehpfdp |
आधिकारिक URL | https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp |
विवरण | Extra features for pomofocus.io |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-05-23 |
प्रकाशन तिथि | 2023-05-03 |
डेवलपर | mat_k |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomofocus Quality of Life", "version": "1.0.2", "description": "Extra features for pomofocus.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "dist\/background.js" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/pomofocus.io\/*", "https:\/\/todoist.com\/*" ] } |