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…

Cos'è Elegant API Manager?

Elegant API Manager è un'estensione di Chrome sviluppata da SJ James, e la sua funzione principale è "Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Elegant API Manager

Scarica i file di estensione Elegant API Manager 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Elegant API Manager Elegant API Manager
ID pmdgohpkmefpmneaepdoimlamaaekmbi
URL Ufficiale https://chromewebstore.google.com/detail/elegant-api-manager/pmdgohpkmefpmneaepdoimlamaaekmbi
Descrizione Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…
Dimensione del File 36.94 KB
Conteggio Installazioni 113
Versione Corrente 0.2
Ultimo Aggiornamento 2018-07-21
Data di Pubblicazione 2018-07-20
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore SJ James
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}