Lichess page

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

Lichess page란 무엇입니까?

Lichess page은(는) dani4kor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff"입니다.

확장 프로그램 스크린샷

screenshot

Lichess page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Lichess page Lichess page
ID mckbhoccfkhafmkeiemcgoobfjplndin
공식 URL https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin
설명 Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
파일 크기 335 KB
설치 횟수 49
현재 버전 0.0.3
최근 업데이트 2016-12-16
출시 날짜 2016-12-16
평점 5.00/5 총 1 개의 평점
개발자 dani4kor
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}