Majarra Homepage

Get the latest articles in management, technology and science on Chrome through the Majarra homepage.

ما هو Majarra Homepage؟

Majarra Homepage هو إضافة Chrome تم تطويرها بواسطة Majarra، والميزة الرئيسية لها هي "Get the latest articles in management, technology and science on Chrome through the Majarra homepage.".

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

screenshot

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

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

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

                        The extension allows you to open in a new tab a page that includes the latest articles in management, technology, and science. The new tab will highlight the latest content from Harvard Business Review Arabia, MIT Technology Review Arabia, and PopSci Arabia. It will also update your homepage to the same page (you can choose to keep your homepage as is in the Chrome settings).                    

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

الاسم Majarra Homepage Majarra Homepage
ID edgjdmjokicbmkjeemjclgfmlldioekp
عنوان URL الرسمي https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp
الوصف Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
حجم الملف 389 KB
عدد التثبيتات 94
النسخة الحالية 1.1
آخر تحديث 2021-08-11
تاريخ النشر 2021-07-04
تقييم 5.00/5 مجموع تقييمات 2
المطور Majarra
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ar",
    "background": {
        "service_worker": "bg_page.js"
    },
    "manifest_version": 3,
    "short_name": "Majarra Latest",
    "version": "1.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/popsciarabia.com\/feed\/",
        "https:\/\/technologyreview.ae\/feed",
        "https:\/\/hbrarabic.com\/feed\/"
    ]
}