cronTab
Open the specified URL periodically.
Qu'est-ce que cronTab ?
cronTab est une extension Chrome développée par Oktasoft, et sa fonction principale est "Open the specified URL periodically.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension cronTab
Téléchargez les fichiers d'extension cronTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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."
Informations de Base sur l'Extension
Nom | cronTab |
ID | dfhpfenocaacimnhheepifmlklfephpn |
URL Officiel | https://chromewebstore.google.com/detail/crontab/dfhpfenocaacimnhheepifmlklfephpn |
Description | Open the specified URL periodically. |
Taille du Fichier | 17.33 KB |
Nombre d'Installations | 1,323 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-06-22 |
Date de Publication | 2019-01-25 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Oktasoft |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |