Repeating Task Creator
Allows you to enter repeating Google tasks.
Wat is Repeating Task Creator?
Repeating Task Creator is een Chrome-extensie ontwikkeld door emilythacher, en de belangrijkste functie is "Allows you to enter repeating Google tasks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Repeating Task Creator
Download Repeating Task Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
Basisinformatie over de Extensie
Naam | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
Officiële URL | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
Beschrijving | Allows you to enter repeating Google tasks. |
Bestandsgrootte | 21.5 KB |
Aantal Installaties | 50 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-12-11 |
Publicatiedatum | 2015-12-11 |
Ontwikkelaar | emilythacher |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |