Morning Routine

This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning

Morning Routine क्या है?

Morning Routine javierguzmandev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning"।

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

screenshot

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

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

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

                        This add-on lets you to specify in the options a bunch of web pages URLs separated by a line. When you are in your morning routine you can click the add-on icon and it will open your favorites web pages.                    

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

नाम Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
आधिकारिक URL https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
विवरण This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
फ़ाइल का आकार 7.22 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-10-21
प्रकाशन तिथि 2022-10-20
डेवलपर javierguzmandev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/javierguzman/morning-routine
सहायता पृष्ठ URL https://github.com/javierguzman/morning-routine
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning",
    "manifest_version": 3,
    "name": "Morning Routine",
    "version": "1.0",
    "author": "Javier Guzman",
    "homepage_url": "https:\/\/github.com\/javierguzman\/morning-routine",
    "icons": {
        "48": "icons\/coffee-cup-48.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/coffee-cup-48.png"
        },
        "default_title": "Morning Routine"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}