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…
Elegant API Manager क्या है?
Elegant API Manager SJ James द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elegant API Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Elegant API Manager |
ID | pmdgohpkmefpmneaepdoimlamaaekmbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/elegant-api-manager/pmdgohpkmefpmneaepdoimlamaaekmbi |
विवरण | Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to… |
फ़ाइल का आकार | 36.94 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2018-07-21 |
प्रकाशन तिथि | 2018-07-20 |
रेटिंग | 3.83/5 कुल 6 रेटिंग्स |
डेवलपर | SJ James |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |