RFC Reader

Simply making RFC and manual pages easier to read.

ما هو RFC Reader؟

RFC Reader هو إضافة Chrome تم تطويرها بواسطة Joey L.، والميزة الرئيسية لها هي "Simply making RFC and manual pages easier to read.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RFC Reader

قم بتنزيل ملفات الامتداد RFC Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Beautifies Internet Engineering Task Force (IETF) Request For Comments (RFCs) by applying a little TLC to the CSS.

Install this extension to automatically enhance IETF RFC pages.                    

معلومات أساسية عن التمديد

الاسم RFC Reader RFC Reader
ID amfbaiboeiifomfaepaedhkjcobnneik
عنوان URL الرسمي https://chromewebstore.google.com/detail/rfc-reader/amfbaiboeiifomfaepaedhkjcobnneik
الوصف Simply making RFC and manual pages easier to read.
حجم الملف 92.31 KB
عدد التثبيتات 32
النسخة الحالية 1.0
آخر تحديث 2019-06-09
تاريخ النشر 2019-06-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Joey L.
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RFC Reader",
    "version": "1.0",
    "description": "Simply making RFC and manual pages easier to read.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tools.ietf.org\/html\/*"
            ],
            "css": [
                "style_ietf.css"
            ]
        },
        {
            "matches": [
                "*:\/\/man7.org\/linux\/man-pages\/man*\/*.html"
            ],
            "css": [
                "style_man.css"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_16.png",
        "48": "icon_16.png",
        "128": "icon_16.png"
    }
}