XIVAPI Quick Search
Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
ما هو XIVAPI Quick Search؟
XIVAPI Quick Search هو إضافة Chrome تم تطويرها بواسطة https://apkallufalls.com، والميزة الرئيسية لها هي "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة XIVAPI Quick Search
قم بتنزيل ملفات الامتداد XIVAPI Quick Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query. This extension is open source. Check it out on GitHub: https://github.com/JamesDonnelly/xivapi-search-chrome-extension.
معلومات أساسية عن التمديد
الاسم | XIVAPI Quick Search |
ID | lgefpgdbbmcahllbifniibndmoignmfg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg |
الوصف | Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query. |
حجم الملف | 82.84 KB |
عدد التثبيتات | 126 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-01-07 |
تاريخ النشر | 2019-01-07 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | https://apkallufalls.com |
نوع الدفع | free |
موقع الإضافة | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
عنوان صفحة المساعدة | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XIVAPI Quick Search", "version": "1.3", "description": "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "64": "icon\/64x64.png" } }, "background": { "page": "background.html" }, "icons": { "64": "icon\/64x64.png" } } |