Magic the Gathering Random Card

Extension for your hometab stay more pretty.

Magic the Gathering Random Card란 무엇입니까?

Magic the Gathering Random Card은(는) LUIZ PAULO DE LIMA CORREIA VALENCA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for your hometab stay more pretty."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Magic the Gathering Random Card 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Explore Magic the Gathering cards in your new tabs with this extension. It was created for avid Magic the Gathering fans who always want to stay connected to the card game. If you appreciate the captivating arts and the gameplay of MTG, this extension is perfect for you.

Version 2.0.3 has been released!
Encountered any issues? Please report them to us.

Notes:
This is not an official extension. It was developed using open-source technologies and an open API REST. Therefore, it is free for everyone to use without any costs or purchases.

All rights reserved to Wizards of the Coast LLC, a subsidiary of Hasbro, Inc.

Information:
Created by Luiz Paulo Valença

Twitter: @papaulov

API REST provided by Scryfall (https://scryfall.com/)                    

확장 프로그램 기본 정보

이름 Magic the Gathering Random Card Magic the Gathering Random Card
ID hlacgeakpipeoclkgokgockcojcledlg
공식 URL https://chromewebstore.google.com/detail/magic-the-gathering-rando/hlacgeakpipeoclkgokgockcojcledlg
설명 Extension for your hometab stay more pretty.
파일 크기 222 KB
설치 횟수 212
현재 버전 2.0.3
최근 업데이트 2023-06-12
출시 날짜 2020-07-09
평점 5.00/5 총 3 개의 평점
개발자 LUIZ PAULO DE LIMA CORREIA VALENCA
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/luizpaulo165/mtgat_random_card
도움말 페이지 URL https://twitter.com/papaulov
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic the Gathering Random Card",
    "description": "Extension for your hometab stay more pretty.",
    "version": "2.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}