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…」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |