StarCitizen Export helper
Export StarCitizen account data to CSV and JSON formats.
Что такое StarCitizen Export helper?
StarCitizen Export helper - это расширение Chrome, разработанное Shin0by, и его основная функция - "Export StarCitizen account data to CSV and JSON formats.".
Снимки экрана расширения
Скачать файл CRX расширения StarCitizen Export helper
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } ] } |