Adjust HackerNews Font Size

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

Adjust HackerNews Font Size là gì?

Adjust HackerNews Font Size là một tiện ích mở rộng Chrome được phát triển bởi shengyiran, và tính năng chính của nó là "Adjust news.ycombinator.com font size, and save your local setting.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adjust HackerNews Font Size

Tải xuống các tệp mở rộng Adjust HackerNews Font Size 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Adjust HackerNews Font Size Adjust HackerNews Font Size
ID aeddhhildjkggkgmnpodilmofhbalmop
URL Chính Thức https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop
Mô tả Adjust news.ycombinator.com font size, and save your local setting.
Kích Thước Tệp 20.24 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 3.1.2
Cập Nhật Lần Cuối 2013-03-12
Ngày Phát Hành 2013-03-11
Nhà Phát Triển shengyiran
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}