Magic: The Gathering Tab

Show a random MTG card on your new tab screen.

Magic: The Gathering Tabคืออะไร?

Magic: The Gathering Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ironmansoftware.com และคุณลักษณะหลักของมันคือ "Show a random MTG card on your new tab screen."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic: The Gathering Tab

ดาวน์โหลดไฟล์ส่วนขยาย Magic: The Gathering Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Show's a random Magic: The Gathering card on your new tab screen. 

- Click refresh to load a new card
- Search for cards 
- Easily view prices and Gatherer page                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Magic: The Gathering Tab Magic: The Gathering Tab
ID ebmoigkfkmhimgckagjnicjlepgbhdei
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/magic-the-gathering-tab/ebmoigkfkmhimgckagjnicjlepgbhdei
คำอธิบาย Show a random MTG card on your new tab screen.
ขนาดไฟล์ 850 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.1.11
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2020-09-10
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://ironmansoftware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic: The Gathering Tab",
    "description": "Show a random MTG card on your new tab screen.",
    "version": "1.1.11",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/scryfall.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "icons": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}