XIVAPI Quick Search
Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.
什麼是XIVAPI Quick Search?
XIVAPI Quick Search是由https://apkallufalls.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.”。
擴展截圖
下載XIVAPI Quick Search擴展crx文件
下載XIVAPI Quick Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | lgefpgdbbmcahllbifniibndmoignmfg |
| 官方網址 | https://chromewebstore.google.com/detail/xivapi-quick-search/lgefpgdbbmcahllbifniibndmoignmfg |
| 簡介 | Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query. |
| 檔案大小 | 82.84 KB |
| 安裝次數 | 126 |
| 目前版本 | 1.3 |
| 更新時間 | 2019-01-07 |
| 上架時間 | 2019-01-07 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | https://apkallufalls.com |
| 付費類型 | free |
| 擴展官網 | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
| 說明頁面URL | https://github.com/JamesDonnelly/xivapi-search-chrome-extension |
| 支援的語言 | 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"
}
} | |