Notify by Script
Extension for setting notifications that prepared by scripts.
Notify by Script क्या है?
Notify by Script expercise Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for setting notifications that prepared by scripts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notify by Script एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Notify by Script is here to allow you setting alarms with custom scripted notifications. For example information, visit https://github.com/ufuk/notify-by-script#notify-by-script
एक्सटेंशन की मूल जानकारी
नाम | Notify by Script |
ID | idgiodaooapkmmipoahlcmggofokcilg |
आधिकारिक URL | https://chromewebstore.google.com/detail/notify-by-script/idgiodaooapkmmipoahlcmggofokcilg |
विवरण | Extension for setting notifications that prepared by scripts. |
फ़ाइल का आकार | 54.84 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2022-02-21 |
प्रकाशन तिथि | 2017-01-17 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | expercise Labs |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://expercise.com |
सहायता पृष्ठ URL | https://github.com/ufuk/notify-by-script |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notify by Script", "description": "Extension for setting notifications that prepared by scripts.", "version": "1.0.5", "author": "Ufuk Uzun", "icons": { "128": "icon-128.png", "256": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "persistent": true, "scripts": [ "main.js", "jquery.min.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "alarms", "notifications", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true } } |