Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
What is Things 3 (unofficial), add task extention?
Things 3 (unofficial), add task extention is a Chrome extension developed by sardorbek.pulatov, and its main feature is "This extention allows you to add tasks from your browser.".
Extension Screenshots
Download Things 3 (unofficial), add task extention Extension CRX File
Download Things 3 (unofficial), add task extention extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Things 3 (unofficial), add task extention |
ID | geikefnbepcmeflnbaoiopdnohhihpia |
Official URL | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
Description | This extention allows you to add tasks from your browser. |
File Size | 12.96 KB |
Installation Count | 415 |
Current Version | 1.0.1 |
Last Updated | 2023-06-13 |
Publish Date | 2023-03-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sardorbek.pulatov |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |