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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | amfbaiboeiifomfaepaedhkjcobnneik |
| 官方網址 | 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"
}
} | |