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.”。
擴展截圖
下載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 |
ID | edgjdmjokicbmkjeemjclgfmlldioekp |
官方網址 | 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\/" ] } |