Credit Conversion
This extension shows the credit tax on Warframe.Market
Credit Conversionとは何ですか?
Credit ConversionはJSharpieによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the credit tax on Warframe.Market」です。
Credit Conversion拡張機能のCRXファイルをダウンロード
Credit Conversion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display the credit tax rate on all platinum trades first hand on warframe.market. Digital Extreme Ltd, Warframe and the logo Warframe are registered trademarks. All rights are reserved worldwide. This extension has no official link with Digital Extremes Ltd or Warframe. All artwork, screenshots, characters or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of Digital Extreme Ltd.
拡張機能の基本情報
名前 | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
公式URL | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
説明 | This extension shows the credit tax on Warframe.Market |
ファイルサイズ | 182 KB |
インストール数 | 26 |
現在のバージョン | 1.0 |
最終更新日 | 2016-09-27 |
公開日 | 2016-09-27 |
開発者 | JSharpie |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Credit Conversion", "description": "This extension shows the credit tax on Warframe.Market", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/warframe.market\/" ], "js": [ "jquery-3.1.0.js", "myscript.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |