PST Trophy List Printer
Converts PST and XBA Trophy Lists into printer-friendly text
什么是PST Trophy List Printer?
PST Trophy List Printer是由slammajamma28开发的Chrome扩展程序,该扩展的主要功能是“Converts PST and XBA Trophy Lists into printer-friendly text”。
扩展截图
下载PST Trophy List Printer扩展crx文件
下载PST Trophy List Printer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you want to print out trophy lists from PlaystationTrophies.org or XboxAchievements.com, this is for you! 扩展基本信息
| 名称 | |
| ID | eiiknmdmblelfjcigligdoldglbloonk |
| 官方URL | https://chromewebstore.google.com/detail/pst-trophy-list-printer/eiiknmdmblelfjcigligdoldglbloonk |
| 简介 | Converts PST and XBA Trophy Lists into printer-friendly text |
| 文件大小 | 38.83 KB |
| 安装次数 | 33 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-03-25 |
| 上架时间 | 2020-11-13 |
| 开发者 | slammajamma28 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PST Trophy List Printer",
"version": "1.1",
"description": "Converts PST and XBA Trophy Lists into printer-friendly text",
"icons": {
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.playstationtrophies.org\/game\/*\/trophies\/",
"*:\/\/www.xboxachievements.com\/game\/*\/achievements\/"
],
"js": [
"jquery-3.5.1.min.js",
"pstprinter.js"
]
}
]
} | |