Google Tasks Fork

A fork of the Google Tasks chrome extension

What is Google Tasks Fork?

Google Tasks Fork is a Chrome extension developed by Mads Andreasen, and its main feature is "A fork of the Google Tasks chrome extension".

Extension Screenshots

screenshot

Download Google Tasks Fork Extension CRX File

Download Google Tasks Fork extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Tasks Fork Google Tasks Fork
ID ndnffckeceebpmkkfeadfdoldeeidlbm
Official URL https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm
Description A fork of the Google Tasks chrome extension
File Size 38.01 KB
Installation Count 931
Current Version 1.0
Last Updated 2015-02-18
Publish Date 2015-02-18
Rating 3.71/5 Total 7 Ratings
Developer Mads Andreasen
Payment Type free
Supported Languages 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\/"
    ]
}