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…
Qu'est-ce que Elegant API Manager ?
Elegant API Manager est une extension Chrome développée par SJ James, et sa fonction principale est "Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elegant API Manager
Téléchargez les fichiers d'extension Elegant API Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Elegant API Manager |
ID | pmdgohpkmefpmneaepdoimlamaaekmbi |
URL Officiel | https://chromewebstore.google.com/detail/elegant-api-manager/pmdgohpkmefpmneaepdoimlamaaekmbi |
Description | Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to… |
Taille du Fichier | 36.94 KB |
Nombre d'Installations | 113 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2018-07-21 |
Date de Publication | 2018-07-20 |
Évaluation | 3.83/5 Total 6 Évaluations |
Développeur | SJ James |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |