Lichess page

Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff

Qu'est-ce que Lichess page ?

Lichess page est une extension Chrome développée par dani4kor, et sa fonction principale est "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lichess page

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

                        Replace Chrome new tab page by Lichess TV, your rating & other usefull stuff!                    

Informations de Base sur l'Extension

Nom Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
URL Officiel https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Description Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Taille du Fichier 335 KB
Nombre d'Installations 49
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-12-16
Date de Publication 2016-12-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur dani4kor
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "static\/js\/jquery-3.1.1.min.js",
            "static\/js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "static\/template\/index.html"
    },
    "options_page": "static\/template\/options.html",
    "description": "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff",
    "icons": {
        "16": "static\/icon\/16x16.png",
        "32": "static\/icon\/32x32.png",
        "48": "static\/icon\/48x48.png",
        "128": "static\/icon\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Lichess page",
    "offline_enabled": true,
    "version": "0.0.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/en.lichess.org\/*"
    ]
}