Majarra Homepage

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

Co je Majarra Homepage?

Majarra Homepage je rozšíření Chrome vyvinuté Majarra, a jeho hlavní funkcí je „Get the latest articles in management, technology and science on Chrome through the Majarra homepage.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Majarra Homepage

Stáhněte si soubory rozšíření Majarra Homepage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Majarra Homepage Majarra Homepage
ID edgjdmjokicbmkjeemjclgfmlldioekp
Oficiální URL https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp
Popis Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
Velikost souboru 389 KB
Počet instalací 94
Aktuální Verze 1.1
Poslední Aktualizace 2021-08-11
Datum Vydání 2021-07-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Majarra
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}