XIVAPI Quick Search
Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
Co to jest XIVAPI Quick Search?
XIVAPI Quick Search to rozszerzenie Chrome opracowane przez https://apkallufalls.com, a jego główną funkcją jest „Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XIVAPI Quick Search
Pobierz pliki rozszerzeń XIVAPI Quick Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | XIVAPI Quick Search |
ID | lgefpgdbbmcahllbifniibndmoignmfg |
Oficjalny URL | https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg |
Opis | Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query. |
Rozmiar pliku | 82.84 KB |
Liczba instalacji | 126 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-01-07 |
Data Publikacji | 2019-01-07 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | https://apkallufalls.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
Adres URL Strony Pomocy | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
Obsługiwane Języki | 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" } } |