Things 3 (unofficial), add task extention

This extention allows you to add tasks from your browser.

Что такое Things 3 (unofficial), add task extention?

Things 3 (unofficial), add task extention - это расширение Chrome, разработанное sardorbek.pulatov, и его основная функция - "This extention allows you to add tasks from your browser.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Things 3 (unofficial), add task extention

Скачайте файлы расширений Things 3 (unofficial), add task extention в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension allows you to add tasks from your browser. This is not official plugin.

Source code is here if you want to check it out: https://github.com/oneslash/things-chrome                    

Основная информация о расширении

Название Things 3 (unofficial), add task extention Things 3 (unofficial), add task extention
ID geikefnbepcmeflnbaoiopdnohhihpia
Официальный URL https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia
Описание This extention allows you to add tasks from your browser.
Размер файла 12.96 KB
Количество установок 415
Текущая Версия 1.0.1
Последнее Обновление 2023-06-13
Дата публикации 2023-03-15
Рейтинг 5.00/5 Всего 2 оценок
Разработчик sardorbek.pulatov
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Things 3 (unofficial), add task extention",
    "description": "This extention allows you to add tasks from your browser.",
    "version": "1.0.1",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": []
}