https://github.com/flaksp/rfc-reader
Simple extension that makes IEFT's RFCs more eye friendly.
https://github.com/flaksp/rfc-reader
browser-extension chrome-extension firefox-extension ietf opera-extension rfc
Last synced: about 2 months ago
JSON representation
Simple extension that makes IEFT's RFCs more eye friendly.
- Host: GitHub
- URL: https://github.com/flaksp/rfc-reader
- Owner: flaksp
- License: mit
- Created: 2019-01-13T17:10:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T14:19:42.000Z (about 2 years ago)
- Last Synced: 2023-03-07T20:57:13.005Z (about 2 years ago)
- Topics: browser-extension, chrome-extension, firefox-extension, ietf, opera-extension, rfc
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/jhmoebgbkkbpdmmigmdmbbdbpolnddod
- Size: 1.64 MB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RFC Reader
This simple extension improves your eye experience while you are reading [IETF's RFCs](https://tools.ietf.org/html/).
## Install
- [Chrome Web Store](https://chrome.google.com/webstore/detail/jhmoebgbkkbpdmmigmdmbbdbpolnddod)
- [Firefox store](https://addons.mozilla.org/en-US/firefox/addon/rfc-reader/)
- [Opera store](https://addons.opera.com/en/extensions/details/rfc-reader/)Please rate the extension in these stores if you like it ❤️
## Features
It does few things:
- Enlarges font size from 13px to 20px.
- Centers content.How IETF's RFCs look without RFC Reader:

And how it looks with RFC Reader:

The extension also allows you to use omnibox shortcut to easily jump to RFC by its ID:
1. Type `gorfc` in omnibox.
2. Press `Space` or `Tab` key.
3. Enter RFC's ID, e.g. `2460`.
4. Hit `Enter`.
## FAQ
### Does RFC Reader support dark mode?
Currently no, but it's planned for the future. See [#1](https://github.com/neluzhin/rfc-reader/issues/1).
### Does it support settings?
Currently no, but it's planned for the future. See [#2](https://github.com/neluzhin/rfc-reader/issues/2).