Google Tasks Fork
A fork of the Google Tasks chrome extension
Что такое Google Tasks Fork?
Google Tasks Fork - это расширение Chrome, разработанное Mads Andreasen, и его основная функция - "A fork of the Google Tasks chrome extension".
Снимки экрана расширения
Скачать файл CRX расширения Google Tasks Fork
Скачайте файлы расширений Google Tasks Fork в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
| Официальный URL | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
| Описание | A fork of the Google Tasks chrome extension |
| Размер файла | 38.01 KB |
| Количество установок | 931 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2015-02-18 |
| Дата публикации | 2015-02-18 |
| Рейтинг | 3.71/5 Всего 7 оценок |
| Разработчик | Mads Andreasen |
| Тип оплаты | free |
| Поддерживаемые языки | 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\/"
]
} | |