UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
UI Sounds क्या है?
UI Sounds LordLuceus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play sounds for important events in the browser, such as a page loading or a new tab being created."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UI Sounds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you'd like the browser to audibly notify you when things happen, then this extension is for you. Includes options to enable or disable individual sounds and change individual sound volume. Special thanks to Andre Louis, who created the sounds for this project. https://youtube.com/TheOnjLouis/ If you like this extension and want to support its continued development, then please consider making a small donation: https://paypal.me/luceusproductions
एक्सटेंशन की मूल जानकारी
नाम | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
आधिकारिक URL | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
विवरण | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
फ़ाइल का आकार | 711 KB |
स्थापना संख्या | 291 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-11-28 |
प्रकाशन तिथि | 2020-11-04 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | LordLuceus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LordLuceus/chrome-ui-sounds/ |
सहायता पृष्ठ URL | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UI Sounds", "version": "1.1.0", "description": "Play sounds for important events in the browser, such as a page loading or a new tab being created.", "author": "LordLuceus", "manifest_version": 2, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_page": "options.html" } |