New Tab Embed
Embeds any website you want directly into your new tab page
Qu'est-ce que New Tab Embed ?
New Tab Embed est une extension Chrome développée par https://www.aria.ai, et sa fonction principale est "Embeds any website you want directly into your new tab page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Embed
Téléchargez les fichiers d'extension New Tab Embed 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
Embed any website into your new tab page! It requires pretty extensive permissions because it needs to work around websites that prevent you from embedding their content. The code is open source, and available here: https://github.com/AriaFallah/newtab
Informations de Base sur l'Extension
Nom | New Tab Embed |
ID | hiplgeehdfapdbfjjgackpmoffelepkk |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk |
Description | Embeds any website you want directly into your new tab page |
Taille du Fichier | 11.73 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-03-01 |
Date de Publication | 2018-03-01 |
Développeur | https://www.aria.ai |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Embed", "version": "1.1.0", "manifest_version": 2, "description": "Embeds any website you want directly into your new tab page", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/newtab\/index.html" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "src\/action\/index.html" }, "permissions": [ "storage", "tabs", "webRequest", "webRequestBlocking", " |