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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension adds commas to all your stats on your diablo 3 profile page.”。
擴展截圖
下載Diablo 3 Profile with commas擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | lfojjpdgdcfbncgognnalenbeojlbgej | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |