SetDeli

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

SetDeliคืออะไร?

SetDeli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย setdeliext และคุณลักษณะหลักของมันคือ "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SetDeli

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}