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 to jest Elegant API Manager?
Elegant API Manager to rozszerzenie Chrome opracowane przez SJ James, a jego główną funkcją jest „Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Elegant API Manager
Pobierz pliki rozszerzeń Elegant API Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Elegant API Manager |
ID | pmdgohpkmefpmneaepdoimlamaaekmbi |
Oficjalny URL | https://chromewebstore.google.com/detail/elegant-api-manager/pmdgohpkmefpmneaepdoimlamaaekmbi |
Opis | Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to… |
Rozmiar pliku | 36.94 KB |
Liczba instalacji | 113 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2018-07-21 |
Data Publikacji | 2018-07-20 |
Ocena | 3.83/5 Łącznie 6 Oceny |
Deweloper | SJ James |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |