Google Tasks Fork
A fork of the Google Tasks chrome extension
Cos'è Google Tasks Fork?
Google Tasks Fork è un'estensione di Chrome sviluppata da Mads Andreasen, e la sua funzione principale è "A fork of the Google Tasks chrome extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Tasks Fork
Scarica i file di estensione Google Tasks Fork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Tasks Fork |
ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
URL Ufficiale | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
Descrizione | A fork of the Google Tasks chrome extension |
Dimensione del File | 38.01 KB |
Conteggio Installazioni | 931 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-02-18 |
Data di Pubblicazione | 2015-02-18 |
Valutazione | 3.71/5 Totale 7 Valutazioni |
Sviluppatore | Mads Andreasen |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |