TodoistChute: Finish Time for Todoist

TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.

TodoistChute: Finish Time for Todoist क्या है?

TodoistChute: Finish Time for Todoist https://beyooon.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TodoistChute: Finish Time for Todoist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Enter the time in minutes as "//60" in label or text of task.

More information.
https://github.com/hideyuk1-jp/todoistchute/blob/master/README.md                    

एक्सटेंशन की मूल जानकारी

नाम TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
आधिकारिक URL https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
विवरण TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
फ़ाइल का आकार 391 KB
स्थापना संख्या 1,748
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2023-05-04
प्रकाशन तिथि 2020-06-11
रेटिंग 4.95/5 कुल 22 रेटिंग्स
डेवलपर https://beyooon.jp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hideyuk1-jp/todoistchute
सहायता पृष्ठ URL https://beyooon.jp/contact
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.2.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.todoist.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.6.4.min.js",
                "js\/tc.js",
                "js\/tc_calender.js"
            ],
            "css": [
                "css\/tc.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}