New Tab to Apps

New Tab to Apps

Wat is New Tab to Apps?

New Tab to Apps is een Chrome-extensie ontwikkeld door pquiring, en de belangrijkste functie is "New Tab to Apps".

Download het CRX-bestand van de extensie New Tab to Apps

Download New Tab to Apps-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

                        Bare bones redirect new tab to apps page.
No config, no fuss, just go to apps page.
For those that do not like the "new" new tab page.                    

Basisinformatie over de Extensie

Naam New Tab to Apps New Tab to Apps
ID fbfifhljnoceapcnakkmijgmmfigbakg
Officiële URL https://chrome.google.com/webstore/detail/new-tab-to-apps/fbfifhljnoceapcnakkmijgmmfigbakg
Beschrijving New Tab to Apps
Bestandsgrootte 4.92 KB
Aantal Installaties 13
Huidige Versie 1.0
Laatst Bijgewerkt 2013-10-05
Publicatiedatum 2013-10-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pquiring
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "description": "New Tab to Apps",
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "New Tab to Apps",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}