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
电子邮箱 [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": []
}