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 |
官方網址 | 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" } } |