Things 3 (unofficial), add task extention

This extention allows you to add tasks from your browser.

Apa itu Things 3 (unofficial), add task extention?

Things 3 (unofficial), add task extention adalah ekstensi Chrome yang dikembangkan oleh sardorbek.pulatov, dan fitur utamanya adalah "This extention allows you to add tasks from your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Things 3 (unofficial), add task extention

Unduh file ekstensi Things 3 (unofficial), add task extention dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Things 3 (unofficial), add task extention Things 3 (unofficial), add task extention
ID geikefnbepcmeflnbaoiopdnohhihpia
URL Resmi https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia
Deskripsi This extention allows you to add tasks from your browser.
Ukuran File 12.96 KB
Jumlah Instalasi 415
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-06-13
Tanggal Publikasi 2023-03-15
Penilaian 5.00/5 Total 2 Penilaian
Pengembang sardorbek.pulatov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}