Light New Tab

Replacement for new tab. Simple speed dial.

Qu'est-ce que Light New Tab ?

Light New Tab est une extension Chrome développée par Sergey Bevzuk, et sa fonction principale est "Replacement for new tab. Simple speed dial.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        New tab. 
Simple new speed dial.                    

Informations de Base sur l'Extension

Nom Light New Tab Light New Tab
ID jidjbblfjpmmcpgbekffklbafbpoghmk
URL Officiel https://chromewebstore.google.com/detail/light-new-tab/jidjbblfjpmmcpgbekffklbafbpoghmk
Description Replacement for new tab. Simple speed dial.
Taille du Fichier 106 KB
Nombre d'Installations 77
Version Actuelle 0.6
Dernière Mise à Jour 2014-03-02
Date de Publication 2014-03-02
Évaluation 3.44/5 Total 9 Évaluations
Développeur Sergey Bevzuk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/
URL de la Page d'Aide https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "0.6",
    "incognito": "split",
    "background": {
        "persistent": true,
        "scripts": [
            "core\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "templates\/tab.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}