Google Tasks Fork

A fork of the Google Tasks chrome extension

Co to jest Google Tasks Fork?

Google Tasks Fork to rozszerzenie Chrome opracowane przez Mads Andreasen, a jego główną funkcją jest „A fork of the Google Tasks chrome extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Tasks Fork

Pobierz pliki rozszerzeń Google Tasks Fork w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Tasks Fork Google Tasks Fork
ID ndnffckeceebpmkkfeadfdoldeeidlbm
Oficjalny URL https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm
Opis A fork of the Google Tasks chrome extension
Rozmiar pliku 38.01 KB
Liczba instalacji 931
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-02-18
Data Publikacji 2015-02-18
Ocena 3.71/5 Łącznie 7 Oceny
Deweloper Mads Andreasen
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}