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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Morning Routine

قم بتنزيل ملفات الامتداد Morning Routine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}