Lichess page

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

Vad är Lichess page?

Lichess page är en Chrome-tillägg utvecklad av dani4kor, och dess huvudfunktion är "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".

Tilläggsskärmbilder

screenshot

Ladda ner Lichess page-förlängningens CRX-fil

Ladda ner Lichess page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
Officiell webbadress https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
Beskrivning Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Filstorlek 335 KB
Antal Installationer 49
Aktuell Version 0.0.3
Senast Uppdaterad 2016-12-16
Publiceringsdatum 2016-12-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare dani4kor
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}