Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
Cos'è Things 3 (unofficial), add task extention?
Things 3 (unofficial), add task extention è un'estensione di Chrome sviluppata da sardorbek.pulatov, e la sua funzione principale è "This extention allows you to add tasks from your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Things 3 (unofficial), add task extention
Scarica i file di estensione Things 3 (unofficial), add task extention in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Things 3 (unofficial), add task extention |
ID | geikefnbepcmeflnbaoiopdnohhihpia |
URL Ufficiale | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
Descrizione | This extention allows you to add tasks from your browser. |
Dimensione del File | 12.96 KB |
Conteggio Installazioni | 415 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-06-13 |
Data di Pubblicazione | 2023-03-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | sardorbek.pulatov |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |