XIVAPI Quick Search
Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
Vad är XIVAPI Quick Search?
XIVAPI Quick Search är en Chrome-tillägg utvecklad av https://apkallufalls.com, och dess huvudfunktion är "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.".
Tilläggsskärmbilder
Ladda ner XIVAPI Quick Search-förlängningens CRX-fil
Ladda ner XIVAPI Quick Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | lgefpgdbbmcahllbifniibndmoignmfg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg | 
| Beskrivning | Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query. | 
| Filstorlek | 82.84 KB | 
| Antal Installationer | 126 | 
| Aktuell Version | 1.3 | 
| Senast Uppdaterad | 2019-01-07 | 
| Publiceringsdatum | 2019-01-07 | 
| Betyg | 4.50/5 Totalt 2 Betyg | 
| Utvecklare | https://apkallufalls.com | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/JamesDonnelly/xivapi-search-chrome-extension | 
| Hjälpsida URL | https://github.com/JamesDonnelly/xivapi-search-chrome-extension | 
| Stödda Språk | 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"
    }
}  |  |