Repeating Task Creator
Allows you to enter repeating Google tasks.
O que é Repeating Task Creator?
Repeating Task Creator é uma extensão do Chrome desenvolvida por emilythacher, e sua principal característica é "Allows you to enter repeating Google tasks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Repeating Task Creator
Baixe arquivos de extensão Repeating Task Creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
Informações Básicas da Extensão
Nome | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
URL Oficial | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
Descrição | Allows you to enter repeating Google tasks. |
Tamanho do Arquivo | 21.5 KB |
Contagem de Instalações | 50 |
Versão Atual | 1.1 |
Última Atualização | 2015-12-11 |
Data de Publicação | 2015-12-11 |
Desenvolvedor | emilythacher |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |