Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
Was ist Things 3 (unofficial), add task extention?
Things 3 (unofficial), add task extention ist eine Chrome-Erweiterung, die von sardorbek.pulatov entwickelt wurde, und ihr Hauptmerkmal ist "This extention allows you to add tasks from your browser.".
Erweiterungsscreenshots
Things 3 (unofficial), add task extention-Erweiterungs-CRX-Datei herunterladen
Laden Sie Things 3 (unofficial), add task extention-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Things 3 (unofficial), add task extention |
ID | geikefnbepcmeflnbaoiopdnohhihpia |
Offizielle URL | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
Beschreibung | This extention allows you to add tasks from your browser. |
Dateigröße | 12.96 KB |
Installationsanzahl | 415 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-06-13 |
Veröffentlichungsdatum | 2023-03-15 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | sardorbek.pulatov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |