Google Tasks Fork
A fork of the Google Tasks chrome extension
Co je Google Tasks Fork?
Google Tasks Fork je rozšíření Chrome vyvinuté Mads Andreasen, a jeho hlavní funkcí je „A fork of the Google Tasks chrome extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Tasks Fork
Stáhněte si soubory rozšíření Google Tasks Fork ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Google Tasks Fork |
ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
Oficiální URL | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
Popis | A fork of the Google Tasks chrome extension |
Velikost souboru | 38.01 KB |
Počet instalací | 931 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-02-18 |
Datum Vydání | 2015-02-18 |
Hodnocení | 3.71/5 Celkem 7 Hodnocení |
Vývojář | Mads Andreasen |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |