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 |
Eメール | [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" } } |