Axie Addon
extension for Axie Infinity Marketplace.
Axie Addonとは何ですか?
Axie AddonはDrRrofによって開発されたChromeの拡張機能で、その主な機能は「extension for Axie Infinity Marketplace.」です。
拡張機能のスクリーンショット
Axie Addon拡張機能のCRXファイルをダウンロード
Axie Addon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple addon for Axie Infinity Marketplace that makes price analysis of axies a little bit quicker. - Clicking on the extension button while viewing an axie will open a search in a new tab with that axie's class + parts. - Clicking on the extension button while not viewing an axie opens the site (https://marketplace.axieinfinity.com/) in a new tab. Could potentially be expanded on if any ideas. https://addons.mozilla.org/en-US/firefox/addon/axie-addon/ If you find the addon useful consider sending me a small tip (obviously optional): Ronin: ronin:ba79d7f15b9c17570d77e70cac4b5fd3838083ea MetaMask (ETH Mainnet + BSC): 0x0235C9D8413b4807602468Ed363dfAa8A1c5Cde2
拡張機能の基本情報
名前 | Axie Addon |
ID | ehmmohmdikjlaaekfmnahkbffjbdpnog |
公式URL | https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog |
説明 | extension for Axie Infinity Marketplace. |
ファイルサイズ | 20.64 KB |
インストール数 | 194 |
現在のバージョン | 1.2.0 |
最終更新日 | 2021-11-03 |
公開日 | 2021-10-19 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | DrRrof |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lmReef/axie-addon |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Axie Addon", "version": "1.2.0", "permissions": [ "activeTab" ], "description": "extension for Axie Infinity Marketplace.", "icons": { "32": "icons\/slp.png", "128": "icons\/slp-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "32": "icons\/slp.png", "128": "icons\/slp.png" } }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |