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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
    }
}