Super Mario Maker Star Count

Shows your Super Mario Maker star count inside Chrome.

Super Mario Maker Star Countคืออะไร?

Super Mario Maker Star Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zachberry และคุณลักษณะหลักของมันคือ "Shows your Super Mario Maker star count inside Chrome."

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

screenshot

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

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

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

                        Just a simple little extension that will load your current star count from the Super Mario Maker bookmark site. You can find the source code at https://github.com/zachberry/super-mario-maker-star-count                    

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

ชื่อ Super Mario Maker Star Count Super Mario Maker Star Count
ID jkkeaiebmhbidkjgigbibnpmolblniel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel
คำอธิบาย Shows your Super Mario Maker star count inside Chrome.
ขนาดไฟล์ 42.34 KB
จำนวนการติดตั้ง 377
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-01-01
วันที่เผยแพร่ 2016-01-01
คะแนน 4.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา zachberry
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Shows your Super Mario Maker star count inside Chrome.",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "Super Mario Maker Star Count",
    "permissions": [
        "tabs",
        "*:\/\/supermariomakerbookmark.nintendo.net\/profile\/*\/",
        "storage"
    ],
    "version": "0.0.1",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}