Super Mario Maker Course ID Linkifier

Converts all Super Mario Maker Course IDs into Bookmark links

Super Mario Maker Course ID Linkifierคืออะไร?

Super Mario Maker Course ID Linkifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lanny Heidbreder และคุณลักษณะหลักของมันคือ "Converts all Super Mario Maker Course IDs into Bookmark links"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Mario Maker Course ID Linkifier

ดาวน์โหลดไฟล์ส่วนขยาย Super Mario Maker Course ID Linkifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

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

ชื่อ Super Mario Maker Course ID Linkifier Super Mario Maker Course ID Linkifier
ID ckckihmnafbkjipncoonifoohjfdnpkb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/super-mario-maker-course/ckckihmnafbkjipncoonifoohjfdnpkb
คำอธิบาย Converts all Super Mario Maker Course IDs into Bookmark links
ขนาดไฟล์ 9.07 KB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 0.5.1
อัปเดตครั้งล่าสุด 2016-01-12
วันที่เผยแพร่ 2016-01-12
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Lanny Heidbreder
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/75th/mario-maker-linker
URL หน้าช่วยเหลือ https://github.com/75th/mario-maker-linker/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Mario Maker Course ID Linkifier",
    "version": "0.5.1",
    "description": "Converts all Super Mario Maker Course IDs into Bookmark links",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/supermariomakerbookmark.nintendo.net\/*"
            ],
            "js": [
                "mariomaker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "https:\/\/supermariomakerbookmark.nintendo.net\/",
        "declarativeContent"
    ]
}