Quick RFC
Allows you to quickly access RFCs
What is Quick RFC?
Quick RFC is a Chrome extension developed by lovbomobile, and its main feature is "Allows you to quickly access RFCs".
Extension Screenshots
Download Quick RFC Extension CRX File
Download Quick RFC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to quickly open an RFC in a new browser tab by simply entering the RFC number.
Extension Basic Information
Name | Quick RFC |
ID | haidikldmldhjmhgpchjiclcmbcloljm |
Official URL | https://chromewebstore.google.com/detail/quick-rfc/haidikldmldhjmhgpchjiclcmbcloljm |
Description | Allows you to quickly access RFCs |
File Size | 17.43 KB |
Installation Count | 91 |
Current Version | 1.0 |
Last Updated | 2014-08-10 |
Publish Date | 2014-08-10 |
Rating | 4.00/5 Total 1 Ratings |
Developer | lovbomobile |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick RFC", "description": "Allows you to quickly access RFCs", "version": "1.0", "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |