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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Elegant API Manager
قم بتنزيل ملفات الامتداد Elegant API Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |