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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | geikefnbepcmeflnbaoiopdnohhihpia |
| 官方網址 | 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": []
} | |