RFC Reader
Simply making RFC and manual pages easier to read.
Cos'è RFC Reader?
RFC Reader è un'estensione di Chrome sviluppata da Joey L., e la sua funzione principale è "Simply making RFC and manual pages easier to read.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RFC Reader
Scarica i file di estensione RFC Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RFC Reader |
ID | amfbaiboeiifomfaepaedhkjcobnneik |
URL Ufficiale | https://chromewebstore.google.com/detail/rfc-reader/amfbaiboeiifomfaepaedhkjcobnneik |
Descrizione | Simply making RFC and manual pages easier to read. |
Dimensione del File | 92.31 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-06-09 |
Data di Pubblicazione | 2019-06-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Joey L. |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |