Majarra Homepage

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

什么是Majarra Homepage?

Majarra Homepage是由Majarra开发的Chrome扩展程序,该扩展的主要功能是“Get the latest articles in management, technology and science on Chrome through the Majarra homepage.”。

扩展截图

screenshot

下载Majarra Homepage扩展crx文件

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