Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
Hvad er Things 3 (unofficial), add task extention?
Things 3 (unofficial), add task extention er en Chrome-udvidelse udviklet af sardorbek.pulatov, og dens hovedfunktion er "This extention allows you to add tasks from your browser.".
Udvidelsesskærmbilleder
Download Things 3 (unofficial), add task extention-udvidelses-CRX-fil
Download Things 3 (unofficial), add task extention-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | geikefnbepcmeflnbaoiopdnohhihpia |
| Officiel URL | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
| Beskrivelse | This extention allows you to add tasks from your browser. |
| Filstørrelse | 12.96 KB |
| Antal Installationer | 415 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2023-06-13 |
| Udgivelsesdato | 2023-03-15 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | sardorbek.pulatov |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": []
} | |