SetDeli

SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…

什么是SetDeli?

SetDeli是由setdeliext开发的Chrome扩展程序,该扩展的主要功能是“SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…”。

扩展截图

screenshot

下载SetDeli扩展crx文件

下载SetDeli扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to automatically retrieive all Smogon Dex sets for a particular mon.                    

扩展基本信息

名称 SetDeli SetDeli
ID imdlnijaodbcfjojococibigmokjpjjg
官方URL https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg
简介 SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
文件大小 40.42 KB
安装次数 94
当前版本 0.1.1
更新时间 2019-07-21
上架时间 2019-07-21
评分 5.00/5 共1次评分
开发者 setdeliext
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SetDeli",
    "version": "0.1.1",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "16": "pokeball128.jpeg",
        "48": "pokeball128.jpeg",
        "128": "pokeball128.jpeg"
    }
}