TEDx New Tab
Your inspiration from TEDx videos directly on New Tab.
Cos'è TEDx New Tab?
TEDx New Tab è un'estensione di Chrome sviluppata da New Tabs, e la sua funzione principale è "Your inspiration from TEDx videos directly on New Tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TEDx New Tab
Scarica i file di estensione TEDx New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | mlaekgnbognlcchojhggpaefkokkoanh |
URL Ufficiale | https://chrome.google.com/webstore/detail/tedx-new-tab/mlaekgnbognlcchojhggpaefkokkoanh |
Descrizione | Your inspiration from TEDx videos directly on New Tab. |
Dimensione del File | 117 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-04 |
Data di Pubblicazione | 2020-08-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | New Tabs |
[email protected] | |
Lingue Supportate | 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" } } |