Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

Qu'est-ce que Quick New Tab ?

Quick New Tab est une extension Chrome développée par rmnoon, et sa fonction principale est "Customize your Chrome New Tab page without breaking the UX.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick New Tab

Téléchargez les fichiers d'extension Quick 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

                        A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus).

Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).                    

Informations de Base sur l'Extension

Nom Quick New Tab Quick New Tab
ID nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
URL Officiel https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
Description Customize your Chrome New Tab page without breaking the UX.
Taille du Fichier 663 KB
Nombre d'Installations 348
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-09-28
Date de Publication 2020-03-28
Évaluation 5.00/5 Total 6 Évaluations
Développeur rmnoon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rmnoon/quick-new-tab
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick New Tab",
    "version": "1.0.4",
    "short_name": "QuickNewTab",
    "description": "Customize your Chrome New Tab page without breaking the UX.",
    "icons": {
        "24": "icon_24.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}