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”。
扩展截图
下载Lichess page扩展crx文件
下载Lichess page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace Chrome new tab page by Lichess TV, your rating & other usefull stuff!
扩展基本信息
名称 | |
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\/*" ] } |