New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

Wat is New Tab with chrome apps?

New Tab with chrome apps is een Chrome-extensie ontwikkeld door https://jyny.dev, en de belangrijkste functie is "simple extension allows change default-new-tab to chrome-apps".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie New Tab with chrome apps

Download New Tab with chrome 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

                        OpenSource project for change default-new-tab to chrome-apps

Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page. 

OpenSource!
Without any permissions required!!
more private, more secure!

view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps                    

Basisinformatie over de Extensie

Naam New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
Officiële URL https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
Beschrijving simple extension allows change default-new-tab to chrome-apps
Bestandsgrootte 3.8 KB
Aantal Installaties 1,364
Huidige Versie 1.4
Laatst Bijgewerkt 2021-03-25
Publicatiedatum 2015-03-23
Beoordeling 4.18/5 Totaal 11 Beoordelingen
Ontwikkelaar https://jyny.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Jyny/New-Tab-with-chrome-apps
Help Pagina-URL https://github.com/Jyny/New-Tab-with-chrome-apps
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with chrome apps",
    "version": "1.4",
    "author": "jyny",
    "icons": {
        "128": "icon.png"
    },
    "description": "simple extension allows change default-new-tab to chrome-apps",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}