Solid New Tab

Customizable new tab page with focus on utility

Qu'est-ce que Solid New Tab ?

Solid New Tab est une extension Chrome développée par matus.benko, et sa fonction principale est "Customizable new tab page with focus on utility".

Captures d'Écran de l'Extension

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

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

                        Page shows links organized into the columns. Each link has an icon which is manually chosen from the set of free fontawesome icons.
Links are fully customizable through simple settings editor on the options page.
It is possible to create multiple environments with different set of links and appearance settings.

For the power users the extension also provides keyboard support which is compatible with Vimium extension.

In case of issues or feature suggestions please list an issue at https://gitlab.com/matus.benko/solid-new-tab                    

Informations de Base sur l'Extension

Nom Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
URL Officiel https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
Description Customizable new tab page with focus on utility
Taille du Fichier 2.09 MB
Nombre d'Installations 79
Version Actuelle 1.1
Dernière Mise à Jour 2020-04-05
Date de Publication 2020-04-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur matus.benko
Type de Paiement free
Site Web de l'Extension https://gitlab.com/matus.benko/solid-new-tab
URL de la Page d'Aide https://gitlab.com/matus.benko/solid-new-tab
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Solid New Tab",
    "description": "Customizable new tab page with focus on utility",
    "permissions": [
        "storage"
    ],
    "version": "1.1",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html#newTab"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}