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 |
官方網址 | 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" } } |