Pokémon Showdown Enhanced Tooltips
Enhanced tooltips for Pokémon Showdown
Pokémon Showdown Enhanced Tooltipsとは何ですか?
Pokémon Showdown Enhanced Tooltipsはdjalcoによって開発されたChromeの拡張機能で、その主な機能は「Enhanced tooltips for Pokémon Showdown」です。
拡張機能のスクリーンショット
Pokémon Showdown Enhanced Tooltips拡張機能のCRXファイルをダウンロード
Pokémon Showdown Enhanced Tooltips拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See more information in Pokémon Showdown Tooltips. Useful for both novice and experts players By installing this extension, you will be able to see extra pokémon data in your Pokémon Showdown tooltip This extension adds the following things to the tooltip: - Pokémon's Height - Pokémon's Weight - Pokémon's Tier - Pokémon's Types chart You can enable and disable any extra information you don't want to see in the extension menu
拡張機能の基本情報
名前 | Pokémon Showdown Enhanced Tooltips |
ID | gmkpigbaephkbabhogllilhepglikolk |
公式URL | https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk |
説明 | Enhanced tooltips for Pokémon Showdown |
ファイルサイズ | 9.93 KB |
インストール数 | 4,455 |
現在のバージョン | 2.0.0.4 |
最終更新日 | 2018-03-27 |
公開日 | 2018-03-27 |
評価 | 3.78/5 合計 80 レビュー |
開発者 | djalco |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pok\u00e9mon Showdown Enhanced Tooltips", "version": "2.0.0.4", "description": "Enhanced tooltips for Pok\u00e9mon Showdown", "content_scripts": [ { "matches": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "js\/util.js", "js\/main.js" ] } ], "browser_action": { "default_title": "Pok\u00e9mon Showdown Enhanced Tooltips", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "web_accessible_resources": [ "js\/tooltip.js" ] } |