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
官方網址 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"
    }
}