Homepage

A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…

ما هو Homepage؟

Homepage هو إضافة Chrome تم تطويرها بواسطة axel7083، والميزة الرئيسية لها هي "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Homepage

قم بتنزيل ملفات الامتداد Homepage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A chrome extension which provides a nice customizable Homepage.
Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! 
You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!                    

معلومات أساسية عن التمديد

الاسم Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
عنوان URL الرسمي https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
الوصف A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
حجم الملف 1.01 MB
عدد التثبيتات 77
النسخة الحالية 0.3
آخر تحديث 2021-04-17
تاريخ النشر 2020-10-25
تقييم 5.00/5 مجموع تقييمات 1
المطور axel7083
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/axel0070/Homepage
عنوان صفحة المساعدة https://github.com/axel0070/Homepage/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage",
    "version": "0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/i.olsh.me\/*",
        "https:\/\/api.github.com\/*",
        "storage",
        "history",
        "tabs"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Open HomePage"
        }
    },
    "icons": {
        "32": ".\/images\/homepage-32.png",
        "64": ".\/images\/homepage-64.png",
        "128": ".\/images\/homepage-128.png"
    }
}