StarCitizen Export helper
Export StarCitizen account data to CSV and JSON formats.
StarCitizen Export helper là gì?
StarCitizen Export helper là một tiện ích mở rộng Chrome được phát triển bởi Shin0by, và tính năng chính của nó là "Export StarCitizen account data to CSV and JSON formats.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng StarCitizen Export helper
Tải xuống các tệp mở rộng StarCitizen Export helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Export Hangar and BuyBack items from StarCitizen account to CSV or JSON format - supported Excel and Google Sheets. Automatically displays the buyback price for both items and ship upgrades. Thanks to this extension, it became possible to easily sort the data, filter them by content and features such as Gift, Reclaim, Upgrade. The contents of the item, pictures and all other parameters are also available.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | StarCitizen Export helper |
ID | mbooppchelgjchpknbcjengmghlccegg |
URL Chính Thức | https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg |
Mô tả | Export StarCitizen account data to CSV and JSON formats. |
Kích Thước Tệp | 59.36 KB |
Số Lần Cài Đặt | 152 |
Phiên Bản Hiện Tại | 1.4.13 |
Cập Nhật Lần Cuối | 2024-01-24 |
Ngày Phát Hành | 2021-02-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Shin0by |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StarCitizen Export helper", "version": "1.4.13", "author": "Shin0by", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Export StarCitizen account data to CSV and JSON formats.", "content_scripts": [ { "matches": [ "https:\/\/robertsspaceindustries.com\/account\/buy-back-pledges*", "https:\/\/robertsspaceindustries.com\/account\/pledges*" ], "js": [ "jquery-3.5.1.min.js", "ui.js", "tools.js", "config.js", "content.js" ] } ] } |