Diablo 3 Profile with commas

This extension adds commas to all your stats on your diablo 3 profile page.

Diablo 3 Profile with commasคืออะไร?

Diablo 3 Profile with commas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension adds commas to all your stats on your diablo 3 profile page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diablo 3 Profile with commas

ดาวน์โหลดไฟล์ส่วนขยาย Diablo 3 Profile with commas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        It adds commas to your diablo 3 profile page, thats it. Source can be viewed here https://github.com/drourke/d3-commas.                    

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

ชื่อ Diablo 3 Profile with commas Diablo 3 Profile with commas
ID lfojjpdgdcfbncgognnalenbeojlbgej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/diablo-3-profile-with-com/lfojjpdgdcfbncgognnalenbeojlbgej
คำอธิบาย This extension adds commas to all your stats on your diablo 3 profile page.
ขนาดไฟล์ 33.94 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-06-10
วันที่เผยแพร่ 2014-06-09
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/drourke/d3-commas
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diablo 3 Profile with commas",
    "description": "This extension adds commas to all your stats on your diablo 3 profile page.",
    "version": "1.0",
    "author": "Douglas Rourke - [email protected]",
    "icons": {
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.battle.net\/d3\/*\/profile\/*",
                "https:\/\/*.battle.net\/d3\/*\/profile\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}