Google Tasks Fork

A fork of the Google Tasks chrome extension

Was ist Google Tasks Fork?

Google Tasks Fork ist eine Chrome-Erweiterung, die von Mads Andreasen entwickelt wurde, und ihr Hauptmerkmal ist "A fork of the Google Tasks chrome extension".

Erweiterungsscreenshots

screenshot

Google Tasks Fork-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Tasks Fork-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Google Tasks Fork Google Tasks Fork
ID ndnffckeceebpmkkfeadfdoldeeidlbm
Offizielle URL https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm
Beschreibung A fork of the Google Tasks chrome extension
Dateigröße 38.01 KB
Installationsanzahl 931
Aktuelle Version 1.0
Letztes Update 2015-02-18
Veröffentlichungsdatum 2015-02-18
Bewertung 3.71/5 Insgesamt 7 Bewertungen
Entwickler Mads Andreasen
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}