Majarra Homepage
Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
What is Majarra Homepage?
Majarra Homepage is a Chrome extension developed by Majarra, and its main feature is "Get the latest articles in management, technology and science on Chrome through the Majarra homepage.".
Extension Screenshots
Download Majarra Homepage Extension CRX File
Download Majarra Homepage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Majarra Homepage |
ID | edgjdmjokicbmkjeemjclgfmlldioekp |
Official URL | https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp |
Description | Get the latest articles in management, technology and science on Chrome through the Majarra homepage. |
File Size | 389 KB |
Installation Count | 94 |
Current Version | 1.1 |
Last Updated | 2021-08-11 |
Publish Date | 2021-07-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Majarra |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |