Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

Qu'est-ce que Apps in new tab ?

Apps in new tab est une extension Chrome développée par Guillaume Ryder, et sa fonction principale est "Shows the list of installed apps instead of the search page when opening a new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Apps in new tab

Téléchargez les fichiers d'extension Apps in new tab 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

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

Informations de Base sur l'Extension

Nom Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
URL Officiel https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
Description Shows the list of installed apps instead of the search page when opening a new tab.
Taille du Fichier 4.63 KB
Nombre d'Installations 564
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-10-24
Date de Publication 2019-09-27
Évaluation 2.50/5 Total 2 Évaluations
Développeur Guillaume Ryder
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/guilryder/chrome-extensions/tree/master/newtab
URL de la Page d'Aide https://github.com/guilryder/chrome-extensions/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apps in new tab",
    "version": "2.0.0",
    "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "apps.html"
    }
}