PST Trophy List Printer

Converts PST and XBA Trophy Lists into printer-friendly text

O que é PST Trophy List Printer?

PST Trophy List Printer é uma extensão do Chrome desenvolvida por slammajamma28, e sua principal característica é "Converts PST and XBA Trophy Lists into printer-friendly text".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PST Trophy List Printer

Baixe arquivos de extensão PST Trophy List Printer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        If you want to print out trophy lists from PlaystationTrophies.org or XboxAchievements.com, this is for you!                    

Informações Básicas da Extensão

Nome PST Trophy List Printer PST Trophy List Printer
ID eiiknmdmblelfjcigligdoldglbloonk
URL Oficial https://chromewebstore.google.com/detail/pst-trophy-list-printer/eiiknmdmblelfjcigligdoldglbloonk
Descrição Converts PST and XBA Trophy Lists into printer-friendly text
Tamanho do Arquivo 38.83 KB
Contagem de Instalações 33
Versão Atual 1.1
Última Atualização 2021-03-25
Data de Publicação 2020-11-13
Desenvolvedor slammajamma28
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}