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ファイルをダウンロード

Lichess page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}