Quick RFC

Allows you to quickly access RFCs

Wat is Quick RFC?

Quick RFC is een Chrome-extensie ontwikkeld door lovbomobile, en de belangrijkste functie is "Allows you to quickly access RFCs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick RFC

Download Quick RFC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to quickly open an RFC in a new browser tab by simply entering the RFC number.                    

Basisinformatie over de Extensie

Naam Quick RFC Quick RFC
ID haidikldmldhjmhgpchjiclcmbcloljm
Officiële URL https://chromewebstore.google.com/detail/quick-rfc/haidikldmldhjmhgpchjiclcmbcloljm
Beschrijving Allows you to quickly access RFCs
Bestandsgrootte 17.43 KB
Aantal Installaties 91
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-10
Publicatiedatum 2014-08-10
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar lovbomobile
Betalingswijze free
Ondersteunde Talen 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"
    }
}