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.」です。
拡張機能のスクリーンショット
Magic the Gathering Random Card拡張機能のCRXファイルをダウンロード
Magic the Gathering Random Card拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |