Bigga Launcher

Collection of my most used dev websites.

ما هو Bigga Launcher؟

Bigga Launcher هو إضافة Chrome تم تطويرها بواسطة https://dzenis.tech، والميزة الرئيسية لها هي "Collection of my most used dev websites.".

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

screenshot

تحميل ملف CRX للإضافة Bigga Launcher

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

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

                        The old Bigga Launcher was all about social media. I decided to change/upgrade it and now is all about development, plus something to relax like Youtube and Twitter. I made a better design and integrated option to open "essential" links or all of them.

Here is the link to the GitHub repo so feel free to clone it and adjust it to your needs; I hope you'll find it useful. The majority doesn't need to do that, but I'm just saying that that’ll an option:

https://github.com/dzenis-h/Chrome-Extension                    

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

الاسم Bigga Launcher Bigga Launcher
ID mlgcopjbmfifbhkdifcohfjleeafdakn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bigga-launcher/mlgcopjbmfifbhkdifcohfjleeafdakn
الوصف Collection of my most used dev websites.
حجم الملف 1.07 MB
عدد التثبيتات 22
النسخة الحالية 1.5.1
آخر تحديث 2023-06-21
تاريخ النشر 2018-01-23
المطور https://dzenis.tech
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/dzenis-h/Chrome-Extension
عنوان صفحة المساعدة https://dzenis.tech/contact
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1xvx0bBFUCECOhCXZLpq4wK0H07VONdXwBBdXxAfjuIs/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bigga Launcher",
    "description": "Collection of my most used dev websites.",
    "version": "1.5.1",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "bigga_logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ]
}