Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
Что такое Any.do New Tab?
Any.do New Tab - это расширение Chrome, разработанное Mike Petrov, и его основная функция - "Extension to see the upcoming tasks to do in the new tab".
Снимки экрана расширения
Скачать файл CRX расширения Any.do New Tab
Скачайте файлы расширений Any.do New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension developed by a regular user Any.do, to increase productivity. I believe that this functionality is very useful and should be adding to the ecosystem Any.do.
Основная информация о расширении
Название | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
Официальный URL | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
Описание | Extension to see the upcoming tasks to do in the new tab |
Размер файла | 157 KB |
Количество установок | 423 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2020-05-31 |
Дата публикации | 2020-05-30 |
Рейтинг | 3.25/5 Всего 4 оценок |
Разработчик | Mike Petrov |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any.do New Tab", "description": "Extension to see the upcoming tasks to do in the new tab", "version": "0.1.2", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" } } |