XIVAPI Quick Search

Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.

What is XIVAPI Quick Search?

XIVAPI Quick Search is a Chrome extension developed by https://apkallufalls.com, and its main feature is "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.".

Extension Screenshots

screenshot

Download XIVAPI Quick Search Extension CRX File

Download XIVAPI Quick Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name XIVAPI Quick Search XIVAPI Quick Search
ID lgefpgdbbmcahllbifniibndmoignmfg
Official URL https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg
Description Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
File Size 82.84 KB
Installation Count 126
Current Version 1.3
Last Updated 2019-01-07
Publish Date 2019-01-07
Rating 4.50/5 Total 2 Ratings
Developer https://apkallufalls.com
Payment Type free
Extension Website https://github.com/JamesDonnelly/xivapi-search-chrome-extension
Help Page URL https://github.com/JamesDonnelly/xivapi-search-chrome-extension
Supported Languages 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"
    }
}