RSI Companion
Improve your RSI experience.
什么是RSI Companion?
RSI Companion是由Kamille92开发的Chrome扩展程序,该扩展的主要功能是“Improve your RSI experience.”。
扩展截图
下载RSI Companion扩展crx文件
下载RSI Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RSI Companion is a powerful application with a simple goal: Display and analyses data from Star Citizen website https://robertsspaceindustries.com/
This tool allows you to:
- Comm-Link: Get latest News from RSI website
- Spectrum: Get latest CIG threads and notification
- Ships: Easily view and search thru ship list. Also, you may have an overview of your hanger and your In-Game ships (including loaners)
- Contacts: Manage your contacts and Copy them into PTU
- Organizations: View and Follow Organization members
- Roadmap: View latest roadmaps for SC & SQ42 (including difference from previous week and history)
In order to use the application, you need to have an RSI account and be connected on RSI website.
Disclaimer : Your RSI data are accessed only locally and are not sent to any third party application. 扩展基本信息
| 名称 | |
| ID | kopamahnjkchmgjkoejfconipkclhibf |
| 官方URL | https://chromewebstore.google.com/detail/rsi-companion/kopamahnjkchmgjkoejfconipkclhibf |
| 简介 | Improve your RSI experience. |
| 文件大小 | 6.57 MB |
| 安装次数 | 6,666 |
| 当前版本 | 0.2.14 |
| 更新时间 | 2023-05-11 |
| 上架时间 | 2020-02-17 |
| 评分 | 4.79/5 共39次评分 |
| 开发者 | Kamille92 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/waibcam/RSI_Companion |
| 帮助页面URL | https://github.com/waibcam/RSI_Companion/issues |
| 隐私政策页面URL | https://rsi-companion.kamille.ovh/Privacy_Policy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RSI Companion",
"description": "Improve your RSI experience.",
"version": "0.2.14",
"author": "Kamille92",
"permissions": [
"cookies",
"alarms",
"storage",
"https:\/\/ptu.cloudimperiumgames.com\/*",
"https:\/\/robertsspaceindustries.com\/*",
"https:\/\/status.robertsspaceindustries.com\/*",
"https:\/\/rsi-companion.kamille.ovh\/*",
"https:\/\/www.googleapis.com\/*"
],
"background": {
"scripts": [
"js\/jquery-3.6.4.min.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "img\/icon_256.png",
"default_title": "RSI Companion - Application"
},
"icons": {
"64": "img\/icon_64.png",
"128": "img\/icon_128.png",
"256": "img\/icon_256.png"
}
} | |