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はsardorbek.pulatovによって開発されたChromeの拡張機能で、その主な機能は「This extention allows you to add tasks from your browser.」です。

拡張機能のスクリーンショット

screenshot

Things 3 (unofficial), add task extention拡張機能のCRXファイルをダウンロード

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
Eメール [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": []
}