Elegant API Manager

Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…

Co je Elegant API Manager?

Elegant API Manager je rozšíření Chrome vyvinuté SJ James, a jeho hlavní funkcí je „Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Elegant API Manager

Stáhněte si soubory rozšíření Elegant API Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to your API keys. The information is saved in local storage, which means the only person who ever has access to it, is you.                    

Základní Informace o Rozšíření

Název Elegant API Manager Elegant API Manager
ID pmdgohpkmefpmneaepdoimlamaaekmbi
Oficiální URL https://chromewebstore.google.com/detail/elegant-api-manager/pmdgohpkmefpmneaepdoimlamaaekmbi
Popis Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…
Velikost souboru 36.94 KB
Počet instalací 113
Aktuální Verze 0.2
Poslední Aktualizace 2018-07-21
Datum Vydání 2018-07-20
Hodnocení 3.83/5 Celkem 6 Hodnocení
Vývojář SJ James
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant API Manager",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.elegantthemes.com\/members-area\/api\/"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Elegant API Manager"
    }
}