StarCitizen Export helper
Export StarCitizen account data to CSV and JSON formats.
StarCitizen Export helperとは何ですか?
StarCitizen Export helperはShin0byによって開発されたChromeの拡張機能で、その主な機能は「Export StarCitizen account data to CSV and JSON formats.」です。
拡張機能のスクリーンショット
StarCitizen Export helper拡張機能のCRXファイルをダウンロード
StarCitizen Export helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | StarCitizen Export helper |
ID | mbooppchelgjchpknbcjengmghlccegg |
公式URL | https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg |
説明 | Export StarCitizen account data to CSV and JSON formats. |
ファイルサイズ | 59.36 KB |
インストール数 | 152 |
現在のバージョン | 1.4.13 |
最終更新日 | 2024-01-24 |
公開日 | 2021-02-04 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Shin0by |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |