Lichess page

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

O que é Lichess page?

Lichess page é uma extensão do Chrome desenvolvida por dani4kor, e sua principal característica é "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lichess page

Baixe arquivos de extensão Lichess page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
URL Oficial https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Descrição Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Tamanho do Arquivo 335 KB
Contagem de Instalações 49
Versão Atual 0.0.3
Última Atualização 2016-12-16
Data de Publicação 2016-12-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dani4kor
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}