Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
Wat is Things 3 (unofficial), add task extention?
Things 3 (unofficial), add task extention is een Chrome-extensie ontwikkeld door sardorbek.pulatov, en de belangrijkste functie is "This extention allows you to add tasks from your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Things 3 (unofficial), add task extention
Download Things 3 (unofficial), add task extention-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Things 3 (unofficial), add task extention |
ID | geikefnbepcmeflnbaoiopdnohhihpia |
Officiële URL | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
Beschrijving | This extention allows you to add tasks from your browser. |
Bestandsgrootte | 12.96 KB |
Aantal Installaties | 415 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-06-13 |
Publicatiedatum | 2023-03-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | sardorbek.pulatov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |