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.                    

擴展基本資訊

名稱 Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
官方網址 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
電子郵箱 [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\/"
    ]
}