Majarra Homepage
Get the latest articles in management, technology and science on Chrome through the Majarra homepage.
Qu'est-ce que Majarra Homepage ?
Majarra Homepage est une extension Chrome développée par Majarra, et sa fonction principale est "Get the latest articles in management, technology and science on Chrome through the Majarra homepage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Majarra Homepage
Téléchargez les fichiers d'extension Majarra Homepage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Majarra Homepage |
ID | edgjdmjokicbmkjeemjclgfmlldioekp |
URL Officiel | https://chromewebstore.google.com/detail/majarra-homepage/edgjdmjokicbmkjeemjclgfmlldioekp |
Description | Get the latest articles in management, technology and science on Chrome through the Majarra homepage. |
Taille du Fichier | 389 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-08-11 |
Date de Publication | 2021-07-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Majarra |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |