cronTab
Open the specified URL periodically.
cronTab क्या है?
cronTab Oktasoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the specified URL periodically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में cronTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
cronTab is a Chrome Extension which open the specified URL in a new tab at the specified time. Format: minute(0-59) hour(0-23) week(0-6) URL Aliases: {sun:0, mon:1, tue:2, wed:3, thu:4, fri:5, sat:6} Expressions: * all values , separate values - define ranges / step values Example 1: 30 12 * http://example.com "At 12:30, open example.com." Example 2: */5 9,17 1-5 http://example.net "At every 5th minute past hour 9 and 17 on every day from Monday through Friday, open example.net."
एक्सटेंशन की मूल जानकारी
नाम | cronTab |
ID | dfhpfenocaacimnhheepifmlklfephpn |
आधिकारिक URL | https://chromewebstore.google.com/detail/crontab/dfhpfenocaacimnhheepifmlklfephpn |
विवरण | Open the specified URL periodically. |
फ़ाइल का आकार | 17.33 KB |
स्थापना संख्या | 1,323 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-06-22 |
प्रकाशन तिथि | 2019-01-25 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Oktasoft |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "cronTab", "version": "1.0.1", "description": "Open the specified URL periodically.", "icons": { "48": "icons\/cronTab-48.png", "96": "icons\/cronTab-96.png", "192": "icons\/cronTab-192.png" }, "permissions": [ "storage", "alarms" ], "action": { "default_icon": { "16": "icons\/cronTab-16.png", "32": "icons\/cronTab-32.png" }, "default_title": "cronTab", "default_popup": "options.html" }, "options_ui": { "page": "options.html" }, "background": { "service_worker": "background.js" } } |