New Tab with chrome apps

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

Qu'est-ce que New Tab with chrome apps ?

New Tab with chrome apps est une extension Chrome développée par https://jyny.dev, et sa fonction principale est "simple extension allows change default-new-tab to chrome-apps".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab with chrome apps

Téléchargez les fichiers d'extension New Tab with chrome apps 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

                        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                    

Informations de Base sur l'Extension

Nom New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
URL Officiel https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
Description simple extension allows change default-new-tab to chrome-apps
Taille du Fichier 3.8 KB
Nombre d'Installations 1,364
Version Actuelle 1.4
Dernière Mise à Jour 2021-03-25
Date de Publication 2015-03-23
Évaluation 4.18/5 Total 11 Évaluations
Développeur https://jyny.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Jyny/New-Tab-with-chrome-apps
URL de la Page d'Aide https://github.com/Jyny/New-Tab-with-chrome-apps
Langues Prises en Charge 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"
    }
}