TEDx New Tab

Your inspiration from TEDx videos directly on New Tab.

Wat is TEDx New Tab?

TEDx New Tab is een Chrome-extensie ontwikkeld door New Tabs, en de belangrijkste functie is "Your inspiration from TEDx videos directly on New Tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TEDx New Tab

Download TEDx New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam TEDx New Tab TEDx New Tab
ID mlaekgnbognlcchojhggpaefkokkoanh
Officiële URL https://chrome.google.com/webstore/detail/tedx-new-tab/mlaekgnbognlcchojhggpaefkokkoanh
Beschrijving Your inspiration from TEDx videos directly on New Tab.
Bestandsgrootte 117 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-04
Publicatiedatum 2020-08-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar New Tabs
E-mail [email protected]
Ondersteunde Talen 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"
    }
}