Pomodoro Edit
Notification for Pomodoro Edit
Pomodoro Edit क्या है?
Pomodoro Edit Seito Tanaka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notification for Pomodoro Edit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pomodoro Edit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can run Pomodoro Timer from your favorite text editor. This extension can be used for: * Notify finish of timer with the desktop notifications, so you can get notified when you are working in any applications. * Remaining time is displayed on the icon badge, so you can focus on the task. Currently supported text editor: VSCode: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit
एक्सटेंशन की मूल जानकारी
नाम | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
विवरण | Notification for Pomodoro Edit |
फ़ाइल का आकार | 228 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 3.0.3 |
अंतिम अपडेट | 2022-01-02 |
प्रकाशन तिथि | 2020-05-14 |
डेवलपर | Seito Tanaka |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/seachicken/pomodoro-edit-webext |
सहायता पृष्ठ URL | https://github.com/seachicken/pomodoro-edit-webext/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Edit", "description": "Notification for Pomodoro Edit", "version": "3.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "notifications" ], "host_permissions": [ "*:\/\/localhost\/" ] } |