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.
扩展基本信息
名称 | XIVAPI Quick Search |
ID | lgefpgdbbmcahllbifniibndmoignmfg |
官方URL | 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" } } |