Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing allow you to share your teams

Pokemon Showdown Team Sharingคืออะไร?

Pokemon Showdown Team Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brindibou Pkmn และคุณลักษณะหลักของมันคือ "Pokemon Showdown Team Sharing allow you to share your teams"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Showdown Team Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Pokemon Showdown Team Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "Pokemon Showdown Team Sharing" allow you to share your teams with showdown to text format by a tag. Your friend can get your team if you share your tag.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pokemon Showdown Team Sharing Pokemon Showdown Team Sharing
ID ogpopnbejkodenopnihpahafkggdbcnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk
คำอธิบาย Pokemon Showdown Team Sharing allow you to share your teams
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 191
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-11-17
วันที่เผยแพร่ 2020-04-17
ผู้พัฒนา Brindibou Pkmn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Showdown Team Sharing",
    "description": "Pokemon Showdown Team Sharing allow you to share your teams",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Pokemon Showdown Team Sharing"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "q"
    }
}