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.”。

擴展截圖

screenshot
screenshot

下載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 StarCitizen Export helper
ID mbooppchelgjchpknbcjengmghlccegg
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}