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
Eメール [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\/"
    ]
}