Things 3 (unofficial), add task extention
This extention allows you to add tasks from your browser.
ما هو Things 3 (unofficial), add task extention؟
Things 3 (unofficial), add task extention هو إضافة Chrome تم تطويرها بواسطة sardorbek.pulatov، والميزة الرئيسية لها هي "This extention allows you to add tasks from your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Things 3 (unofficial), add task extention
قم بتنزيل ملفات الامتداد Things 3 (unofficial), add task extention بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Things 3 (unofficial), add task extention |
ID | geikefnbepcmeflnbaoiopdnohhihpia |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia |
الوصف | This extention allows you to add tasks from your browser. |
حجم الملف | 12.96 KB |
عدد التثبيتات | 415 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-06-13 |
تاريخ النشر | 2023-03-15 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | sardorbek.pulatov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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": [] } |