Repeating Task Creator
Allows you to enter repeating Google tasks.
What is Repeating Task Creator?
Repeating Task Creator is a Chrome extension developed by emilythacher, and its main feature is "Allows you to enter repeating Google tasks.".
Extension Screenshots
Download Repeating Task Creator Extension CRX File
Download Repeating Task Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
Extension Basic Information
Name | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
Official URL | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
Description | Allows you to enter repeating Google tasks. |
File Size | 21.5 KB |
Installation Count | 50 |
Current Version | 1.1 |
Last Updated | 2015-12-11 |
Publish Date | 2015-12-11 |
Developer | emilythacher |
Payment Type | free |
Supported Languages | 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" ] } } |