Lichess page

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

Lichess pageคืออะไร?

Lichess page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dani4kor และคุณลักษณะหลักของมันคือ "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess page

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}