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.
拡張機能の基本情報
名前 | 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" ] } ] } |