Axie Addon

extension for Axie Infinity Marketplace.

Axie Addon란 무엇입니까?

Axie Addon은(는) DrRrof에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "extension for Axie Infinity Marketplace."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Axie Addon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
        ]
    }
}