Adjust HackerNews Font Size

Adjust news.ycombinator.com font size, and save your local setting.

Adjust HackerNews Font Sizeคืออะไร?

Adjust HackerNews Font Size เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shengyiran และคุณลักษณะหลักของมันคือ "Adjust news.ycombinator.com font size, and save your local setting."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adjust HackerNews Font Size

ดาวน์โหลดไฟล์ส่วนขยาย Adjust HackerNews Font Size ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A small tool to enhance readability on http://news.ycombinator.com/. This extension allows you to resize the content fonts for hacker news, proportionally to their original size.                    

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

ชื่อ Adjust HackerNews Font Size Adjust HackerNews Font Size
ID aeddhhildjkggkgmnpodilmofhbalmop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop
คำอธิบาย Adjust news.ycombinator.com font size, and save your local setting.
ขนาดไฟล์ 20.24 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 3.1.2
อัปเดตครั้งล่าสุด 2013-03-12
วันที่เผยแพร่ 2013-03-11
ผู้พัฒนา shengyiran
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adjust HackerNews Font Size",
    "manifest_version": 2,
    "version": "3.1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Adjust news.ycombinator.com font size, and save your local setting.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "hnfontsize.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/news.ycombinator.com\/*",
        "https:\/\/news.ycombinator.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "font_size.gif"
    ]
}