Lichess page
Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Lichess page là gì?
Lichess page là một tiện ích mở rộng Chrome được phát triển bởi dani4kor, và tính năng chính của nó là "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lichess page
Tải xuống các tệp mở rộng Lichess page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Replace Chrome new tab page by Lichess TV, your rating & other usefull stuff!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mckbhoccfkhafmkeiemcgoobfjplndin |
URL Chính Thức | https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin |
Mô tả | Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff |
Kích Thước Tệp | 335 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2016-12-16 |
Ngày Phát Hành | 2016-12-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dani4kor |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |