Placid Tab New Tab Page

A minimal New Tab page

Qu'est-ce que Placid Tab New Tab Page ?

Placid Tab New Tab Page est une extension Chrome développée par https://rileyjshaw.com, et sa fonction principale est "A minimal New Tab page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Placid Tab New Tab Page 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 minimal New Tab page.

** New in V2 **
 - Now with light AND dark themes!
 - Options save automatically

Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.

Configuration:
To assign your links, either
 - Click an unassigned quadrant, or
 - In the Chrome menu click Tools > Extensions > Placid Tab > Options

Licence: MIT

Project page: https://github.com/rileyjshaw/placid-tab                    

Informations de Base sur l'Extension

Nom Placid Tab New Tab Page Placid Tab New Tab Page
ID mjcblgoejhkkkhgeadejhkpldglnfmcj
URL Officiel https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj
Description A minimal New Tab page
Taille du Fichier 24.66 KB
Nombre d'Installations 154
Version Actuelle 2.0.0
Dernière Mise à Jour 2015-10-27
Date de Publication 2015-10-27
Évaluation 5.00/5 Total 14 Évaluations
Développeur https://rileyjshaw.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rileyjshaw/placid-tab
URL de la Page d'Aide https://github.com/rileyjshaw/placid-tab/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placid Tab New Tab Page",
    "short_name": "Placid Tab",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "rileyjshaw",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}