RFC Reader

Simply making RFC and manual pages easier to read.

RFC Readerとは何ですか?

RFC ReaderはJoey L.によって開発されたChromeの拡張機能で、その主な機能は「Simply making RFC and manual pages easier to read.」です。

拡張機能のスクリーンショット

screenshot

RFC Reader拡張機能のCRXファイルをダウンロード

RFC Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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