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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/"
    ]
}