XIVAPI Quick Search
Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
Cos'è XIVAPI Quick Search?
XIVAPI Quick Search è un'estensione di Chrome sviluppata da https://apkallufalls.com, e la sua funzione principale è "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XIVAPI Quick Search
Scarica i file di estensione XIVAPI Quick Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | XIVAPI Quick Search |
ID | lgefpgdbbmcahllbifniibndmoignmfg |
URL Ufficiale | https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg |
Descrizione | Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query. |
Dimensione del File | 82.84 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-01-07 |
Data di Pubblicazione | 2019-01-07 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://apkallufalls.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
URL della Pagina di Aiuto | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
Lingue Supportate | 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" } } |