Repeating Task Creator

Allows you to enter repeating Google tasks.

¿Qué es Repeating Task Creator?

Repeating Task Creator es una extensión de Chrome desarrollada por emilythacher, y su función principal es "Allows you to enter repeating Google tasks.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Repeating Task Creator

Descarga archivos de extensión Repeating Task Creator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.                    

Información Básica de la Extensión

Nombre Repeating Task Creator Repeating Task Creator
ID knlegjipjdldphamjlofeldjdofbpgfm
URL Oficial https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm
Descripción Allows you to enter repeating Google tasks.
Tamaño del Archivo 21.5 KB
Cantidad de Instalaciones 50
Versión Actual 1.1
Última Actualización 2015-12-11
Fecha de Publicación 2015-12-11
Desarrollador emilythacher
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}