TEDx New Tab
Your inspiration from TEDx videos directly on New Tab.
Qu'est-ce que TEDx New Tab ?
TEDx New Tab est une extension Chrome développée par New Tabs, et sa fonction principale est "Your inspiration from TEDx videos directly on New Tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TEDx New Tab
Téléchargez les fichiers d'extension TEDx 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
YouTube videos and Facebook news from TEDx on each new tab. This is your inspiration for every day. You can play latest videos from TEDx channel directly on new tab in your browser. Of course, there is classic search on Google and also search on YouTube. Be connected!
Informations de Base sur l'Extension
Nom | |
ID | mlaekgnbognlcchojhggpaefkokkoanh |
URL Officiel | https://chrome.google.com/webstore/detail/tedx-new-tab/mlaekgnbognlcchojhggpaefkokkoanh |
Description | Your inspiration from TEDx videos directly on New Tab. |
Taille du Fichier | 117 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-04 |
Date de Publication | 2020-08-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | New Tabs |
[email protected] | |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TEDx New Tab", "description": "Your inspiration from TEDx videos directly on New Tab.", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "browser_action": { "default_icon": "images\/ico19.png" }, "icons": { "16": "images\/ico16.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } } |