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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}