Pokémon Showdown Enhanced Tooltips
Enhanced tooltips for Pokémon Showdown
Pokémon Showdown Enhanced Tooltips là gì?
Pokémon Showdown Enhanced Tooltips là một tiện ích mở rộng Chrome được phát triển bởi djalco, và tính năng chính của nó là "Enhanced tooltips for Pokémon Showdown".
Ả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 Pokémon Showdown Enhanced Tooltips
Tải xuống các tệp mở rộng Pokémon Showdown Enhanced Tooltips 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pokémon Showdown Enhanced Tooltips |
ID | gmkpigbaephkbabhogllilhepglikolk |
URL Chính Thức | https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk |
Mô tả | Enhanced tooltips for Pokémon Showdown |
Kích Thước Tệp | 9.93 KB |
Số Lần Cài Đặt | 4,455 |
Phiên Bản Hiện Tại | 2.0.0.4 |
Cập Nhật Lần Cuối | 2018-03-27 |
Ngày Phát Hành | 2018-03-27 |
Đánh Giá | 3.78/5 Tổng số 80 Đánh Giá |
Nhà Phát Triển | djalco |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |