Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
Qu'est-ce que Things 3 (unofficial), add task extention ?
Things 3 (unofficial), add task extention est une extension Chrome développée par sardorbek.pulatov, et sa fonction principale est "This extention allows you to add tasks from your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Things 3 (unofficial), add task extention
Téléchargez les fichiers d'extension Things 3 (unofficial), add task extention au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Things 3 (unofficial), add task extention |
ID | geikefnbepcmeflnbaoiopdnohhihpia |
URL Officiel | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
Description | This extention allows you to add tasks from your browser. |
Taille du Fichier | 12.96 KB |
Nombre d'Installations | 415 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-06-13 |
Date de Publication | 2023-03-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | sardorbek.pulatov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |