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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/" ] } |