Things 3 (unofficial), add task extention

This extention allows you to add tasks from your browser.

Co to jest Things 3 (unofficial), add task extention?

Things 3 (unofficial), add task extention to rozszerzenie Chrome opracowane przez sardorbek.pulatov, a jego główną funkcją jest „This extention allows you to add tasks from your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Things 3 (unofficial), add task extention

Pobierz pliki rozszerzeń Things 3 (unofficial), add task extention 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 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Things 3 (unofficial), add task extention Things 3 (unofficial), add task extention
ID geikefnbepcmeflnbaoiopdnohhihpia
Oficjalny URL https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia
Opis This extention allows you to add tasks from your browser.
Rozmiar pliku 12.96 KB
Liczba instalacji 415
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-06-13
Data Publikacji 2023-03-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper sardorbek.pulatov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}