Adjust HackerNews Font Size

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

Apa itu Adjust HackerNews Font Size?

Adjust HackerNews Font Size adalah ekstensi Chrome yang dikembangkan oleh shengyiran, dan fitur utamanya adalah "Adjust news.ycombinator.com font size, and save your local setting.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Adjust HackerNews Font Size

Unduh file ekstensi Adjust HackerNews Font Size dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Adjust HackerNews Font Size Adjust HackerNews Font Size
ID aeddhhildjkggkgmnpodilmofhbalmop
URL Resmi https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop
Deskripsi Adjust news.ycombinator.com font size, and save your local setting.
Ukuran File 20.24 KB
Jumlah Instalasi 72
Versi Saat Ini 3.1.2
Terakhir Diperbarui 2013-03-12
Tanggal Publikasi 2013-03-11
Pengembang shengyiran
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}