Majarra Homepage

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

¿Qué es Majarra Homepage?

Majarra Homepage es una extensión de Chrome desarrollada por Majarra, y su función principal es "Get the latest articles in management, technology and science on Chrome through the Majarra homepage.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Majarra Homepage

Descarga archivos de extensión Majarra Homepage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre Majarra Homepage Majarra Homepage
ID edgjdmjokicbmkjeemjclgfmlldioekp
URL Oficial https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp
Descripción Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
Tamaño del Archivo 389 KB
Cantidad de Instalaciones 94
Versión Actual 1.1
Última Actualización 2021-08-11
Fecha de Publicación 2021-07-04
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Majarra
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}