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 https://apkallufalls.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में XIVAPI Quick Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |