Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
Vad är Things 3 (unofficial), add task extention?
Things 3 (unofficial), add task extention är en Chrome-tillägg utvecklad av sardorbek.pulatov, och dess huvudfunktion är "This extention allows you to add tasks from your browser.".
Tilläggsskärmbilder
Ladda ner Things 3 (unofficial), add task extention-förlängningens CRX-fil
Ladda ner Things 3 (unofficial), add task extention-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | geikefnbepcmeflnbaoiopdnohhihpia |
| Officiell webbadress | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
| Beskrivning | This extention allows you to add tasks from your browser. |
| Filstorlek | 12.96 KB |
| Antal Installationer | 415 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-06-13 |
| Publiceringsdatum | 2023-03-15 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | sardorbek.pulatov |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": []
} | |