Majarra Homepage

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

Majarra Homepageคืออะไร?

Majarra Homepage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Majarra และคุณลักษณะหลักของมันคือ "Get the latest articles in management, technology and science on Chrome through the Majarra homepage."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Majarra Homepage

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}