Majarra Homepage

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

Cos'è Majarra Homepage?

Majarra Homepage è un'estensione di Chrome sviluppata da Majarra, e la sua funzione principale è "Get the latest articles in management, technology and science on Chrome through the Majarra homepage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Majarra Homepage

Scarica i file di estensione Majarra Homepage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Majarra Homepage Majarra Homepage
ID edgjdmjokicbmkjeemjclgfmlldioekp
URL Ufficiale https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp
Descrizione Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
Dimensione del File 389 KB
Conteggio Installazioni 94
Versione Corrente 1.1
Ultimo Aggiornamento 2021-08-11
Data di Pubblicazione 2021-07-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Majarra
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}