Repeating Task Creator
Allows you to enter repeating Google tasks.
Cos'è Repeating Task Creator?
Repeating Task Creator è un'estensione di Chrome sviluppata da emilythacher, e la sua funzione principale è "Allows you to enter repeating Google tasks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Repeating Task Creator
Scarica i file di estensione Repeating Task Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
Informazioni di Base sull'Estensione
Nome | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
Descrizione | Allows you to enter repeating Google tasks. |
Dimensione del File | 21.5 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-12-11 |
Data di Pubblicazione | 2015-12-11 |
Sviluppatore | emilythacher |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |