Majarra Homepage

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

O que é Majarra Homepage?

Majarra Homepage é uma extensão do Chrome desenvolvida por Majarra, e sua principal característica é "Get the latest articles in management, technology and science on Chrome through the Majarra homepage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Majarra Homepage

Baixe arquivos de extensão Majarra Homepage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Majarra Homepage Majarra Homepage
ID edgjdmjokicbmkjeemjclgfmlldioekp
URL Oficial https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp
Descrição Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
Tamanho do Arquivo 389 KB
Contagem de Instalações 94
Versão Atual 1.1
Última Atualização 2021-08-11
Data de Publicação 2021-07-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Majarra
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}