RoutineList

Keep Track of Your Daily Tasks

RoutineList क्या है?

RoutineList nicholasgreensf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep Track of Your Daily Tasks"।

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

screenshot
screenshot

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

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

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

                        RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.                    

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

नाम RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
आधिकारिक URL https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
विवरण Keep Track of Your Daily Tasks
फ़ाइल का आकार 12.09 MB
स्थापना संख्या 22
वर्तमान संस्करण 0.5
अंतिम अपडेट 2022-06-01
प्रकाशन तिथि 2021-05-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर nicholasgreensf
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoutineList",
    "description": "Keep Track of Your Daily Tasks",
    "version": "0.5",
    "icons": {
        "16": "routinelist16.png",
        "48": "routinelist48.png",
        "128": "routinelist128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}