SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
SetDeli là gì?
SetDeli là một tiện ích mở rộng Chrome được phát triển bởi setdeliext, và tính năng chính của nó là "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SetDeli
Tải xuống các tệp mở rộng SetDeli dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SetDeli |
ID | imdlnijaodbcfjojococibigmokjpjjg |
URL Chính Thức | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
Mô tả | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
Kích Thước Tệp | 40.42 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2019-07-21 |
Ngày Phát Hành | 2019-07-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | setdeliext |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |