Repeating Task Creator
Allows you to enter repeating Google tasks.
Qu'est-ce que Repeating Task Creator ?
Repeating Task Creator est une extension Chrome développée par emilythacher, et sa fonction principale est "Allows you to enter repeating Google tasks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Repeating Task Creator
Téléchargez les fichiers d'extension Repeating Task Creator 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
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
Informations de Base sur l'Extension
Nom | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
URL Officiel | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
Description | Allows you to enter repeating Google tasks. |
Taille du Fichier | 21.5 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-12-11 |
Date de Publication | 2015-12-11 |
Développeur | emilythacher |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repeating Task Creator", "version": "1.1", "description": "Allows you to enter repeating Google tasks.", "background": { "page": "background.html" }, "browser_action": { "default_popup": "optionspage.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "notifications", "tabs", "identity", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "215921538406-25t0isnlpvinksqu5ralsu2cs7q5ili8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/tasks" ] } } |