Breathe
A Firefox WebExtension reminding you to breathe, or anything else.
Breathe क्या है?
Breathe Path Seventeen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Firefox WebExtension reminding you to breathe, or anything else."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Breathe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.
एक्सटेंशन की मूल जानकारी
नाम | Breathe |
ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
आधिकारिक URL | https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa |
विवरण | A Firefox WebExtension reminding you to breathe, or anything else. |
फ़ाइल का आकार | 59.69 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2017-03-27 |
प्रकाशन तिथि | 2017-03-27 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Path Seventeen |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/prtksxna/breathe |
सहायता पृष्ठ URL | https://github.com/prtksxna/breathe/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Breathe", "version": "1.2.0", "description": "A Firefox WebExtension reminding you to breathe, or anything else.", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "settings\/settings.html" }, "permissions": [ "storage" ] } |