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 sardorbek.pulatov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extention allows you to add tasks from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Things 3 (unofficial), add task extention एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |