MSN New Tab
Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more.
Qu'est-ce que MSN New Tab ?
MSN New Tab est une extension Chrome développée par Microsoft Corporation, et sa fonction principale est "Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MSN New Tab
Téléchargez les fichiers d'extension MSN New Tab 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
Upgrade your browsing experience with the MSN New Tab extension for Chrome. Stay up-to-date with the very latest news headlines, localized weather, sports scores and videos from thousands of the web’s most popular and trusted content providers. Get quick access to your Outlook.com mail and top sites or quickly start a new web search. Add this extension and improve your Chrome experience today. Features of the MSN New Tab include: − Trending news from thousands of the world’s most popular and trusted news sources − Quick access to your Outlook.com mail − One-click access to your most-visited sites − Localized weather forecasts − Fast and comprehensive web search By installing this extension, you agree to the Terms of Service at: http://www.microsoft.com/en-us/servicesagreement/ and Privacy Statement at http://www.microsoft.com/en-us/privacystatement/default.aspx Website: https://www.msn.com Support: http://support.microsoft.com
Informations de Base sur l'Extension
Nom | MSN New Tab |
ID | lklfbkdigihjaaeamncibechhgalldgl |
URL Officiel | https://chromewebstore.google.com/detail/msn-new-tab/lklfbkdigihjaaeamncibechhgalldgl |
Description | Add the MSN New Tab for quick access to the latest news, your most visited sites, web search and more. |
Taille du Fichier | 1.22 MB |
Nombre d'Installations | 588,056 |
Version Actuelle | 2.7.0.15 |
Dernière Mise à Jour | 2023-11-30 |
Date de Publication | 2020-08-03 |
Évaluation | 3.97/5 Total 173 Évaluations |
Développeur | Microsoft Corporation |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://go.microsoft.com/fwlink?LinkId=521839 |
Langues Prises en Charge | id,de,en,en-GB,en-US,fr,nl,no,tr,da,es,es-419,it,pl,pt-BR,pt-PT,fi,sv,el,ru,iw,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": { "default_icon": "48x48.png" }, "background": { "service_worker": "rootServiceWorker.js" }, "chrome_url_overrides": { "newtab": "iframe_msn.html" }, "content_scripts": [ { "all_frames": true, "css": [ "content.scss" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.msn.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_ExtnDescription__", "host_permissions": [ "https:\/\/*.msn.com\/*", "https:\/\/*.microsoft.com\/*" ], "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "manifest_version": 3, "name": "__MSG_ExtnName__", "permissions": [ "cookies", "storage", "alarms" ], "short_name": "__MSG_ExtnName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.7.0.15", "web_accessible_resources": [ { "matches": [], "resources": [ "*.png" ] } ] } |