XIVAPI Quick Search

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

Wat is XIVAPI Quick Search?

XIVAPI Quick Search is een Chrome-extensie ontwikkeld door https://apkallufalls.com, en de belangrijkste functie is "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie XIVAPI Quick Search

Download XIVAPI Quick Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam XIVAPI Quick Search XIVAPI Quick Search
ID lgefpgdbbmcahllbifniibndmoignmfg
Officiële URL https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg
Beschrijving Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
Bestandsgrootte 82.84 KB
Aantal Installaties 126
Huidige Versie 1.3
Laatst Bijgewerkt 2019-01-07
Publicatiedatum 2019-01-07
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://apkallufalls.com
Betalingswijze free
Extensiewebsite https://github.com/JamesDonnelly/xivapi-search-chrome-extension
Help Pagina-URL https://github.com/JamesDonnelly/xivapi-search-chrome-extension
Ondersteunde Talen 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"
    }
}