Google Tasks Fork
A fork of the Google Tasks chrome extension
O que é Google Tasks Fork?
Google Tasks Fork é uma extensão do Chrome desenvolvida por Mads Andreasen, e sua principal característica é "A fork of the Google Tasks chrome extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Tasks Fork
Baixe arquivos de extensão Google Tasks Fork 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
This is basically a fork of the official google plugin. But working! Manage your Google tasks with this plugin. * Easily add tasks based on text selected on a website. * Set reminders * Manage multiple lists * See your tasks in Gmail etc. The project is available on GitHub: https://github.com/MadsAndreasen/GoogleTasksFork
Informações Básicas da Extensão
Nome | Google Tasks Fork |
ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
URL Oficial | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
Descrição | A fork of the Google Tasks chrome extension |
Tamanho do Arquivo | 38.01 KB |
Contagem de Instalações | 931 |
Versão Atual | 1.0 |
Última Atualização | 2015-02-18 |
Data de Publicação | 2015-02-18 |
Classificação | 3.71/5 Total de 7 Avaliações |
Desenvolvedor | Mads Andreasen |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Tasks Fork", "version": "1.0", "description": "A fork of the Google Tasks chrome extension", "browser_action": { "default_icon": "images\/tasks-19x19.png", "default_title": "Google Tasks", "default_popup": "popup.html" }, "background_page": "background.html", "omnibox": { "keyword": "t" }, "icons": { "16": "images\/tasks-16x16.png", "19": "images\/tasks-19x19.png", "48": "images\/tasks-48x48.png" }, "permissions": [ "contextMenus", "notifications", "tabs", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ] } |