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 |
官方網址 | 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\/*" ] } |