极客时间页面优化

页面左侧目录高度范围调大

极客时间页面优化คืออะไร?

极客时间页面优化 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย interest และคุณลักษณะหลักของมันคือ "页面左侧目录高度范围调大"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 极客时间页面优化

ดาวน์โหลดไฟล์ส่วนขยาย 极客时间页面优化 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        极客时间页面优化:页面左侧目录高度太小了,logo和简介占地方,将这些去除,并将目录高度调大                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 极客时间页面优化 极客时间页面优化
ID jahhpocahfaldlddfdpeconlhlaecbjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E6%9E%81%E5%AE%A2%E6%97%B6%E9%97%B4%E9%A1%B5%E9%9D%A2%E4%BC%98%E5%8C%96/jahhpocahfaldlddfdpeconlhlaecbjo
คำอธิบาย 页面左侧目录高度范围调大
ขนาดไฟล์ 10.5 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-09-04
วันที่เผยแพร่ 2019-08-18
ผู้พัฒนา interest
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6781\u5ba2\u65f6\u95f4\u9875\u9762\u4f18\u5316",
    "manifest_version": 2,
    "version": "2.1",
    "description": "\u9875\u9762\u5de6\u4fa7\u76ee\u5f55\u9ad8\u5ea6\u8303\u56f4\u8c03\u5927",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/icon128.png",
        "default_title": "interest"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/time.geekbang.org\/column\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}