Torn Exchange
For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
什么是Torn Exchange?
Torn Exchange是由https://tornexchange.com开发的Chrome扩展程序,该扩展的主要功能是“For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!”。
扩展截图
下载Torn Exchange扩展crx文件
下载Torn Exchange扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When on the trade screen, simply click the extension icon to produce a receipt for the customer and learn the total amount of money needed to put in the trade. Receipt template and money can be copied to Clipboard.
扩展基本信息
名称 | Torn Exchange |
ID | iggcinpeofcbplffobefiojjgfeoblll |
官方URL | https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll |
简介 | For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates! |
文件大小 | 19.28 KB |
安装次数 | 67 |
当前版本 | 2.2 |
更新时间 | 2024-02-26 |
上架时间 | 2024-01-03 |
开发者 | https://tornexchange.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tornexchange.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Torn Exchange", "version": "2.2", "description": "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!", "offline_enabled": true, "background": { "service_worker": "background.js" }, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.torn.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_idle", "all_frames": false } ], "host_permissions": [ "*:\/\/*.torn.com\/*", "https:\/\/www.tornexchange.com\/*" ], "action": { "default_icon": "images\/icon.png", "default_title": "Torn Exchange", "default_popup": "popup.html" } } |