View TGA in GitHub
Enable viewing for TARGA format in GitHub
O que é View TGA in GitHub?
View TGA in GitHub é uma extensão do Chrome desenvolvida por Mayuki Sawatari, e sua principal característica é "Enable viewing for TARGA format in GitHub".
Baixar o arquivo CRX da Extensão View TGA in GitHub
Baixe arquivos de extensão View TGA in GitHub 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
Informações Básicas da Extensão
Nome | View TGA in GitHub |
ID | dcbncohkgmmighckpkegknbnjefbjmnl |
URL Oficial | https://chromewebstore.google.com/detail/view-tga-in-github/dcbncohkgmmighckpkegknbnjefbjmnl |
Descrição | Enable viewing for TARGA format in GitHub |
Tamanho do Arquivo | 9.79 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.3 |
Última Atualização | 2016-04-28 |
Data de Publicação | 2016-04-28 |
Desenvolvedor | Mayuki Sawatari |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mayuki/ViewTgaInGitHub |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View TGA in GitHub", "version": "0.3", "description": "Enable viewing for TARGA format in GitHub", "homepage_url": "https:\/\/github.com\/mayuki\/ViewTgaInGitHub", "author": "Mayuki Sawatari", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "jsTGALoader\/tga.js", "viewTgaInGitHub.contentScript.js" ], "css": [], "run_at": "document_end" } ], "web_accessible_resources": [ "viewTgaInGitHub.pageScript.js" ], "permissions": [ "https:\/\/github.com\/", "https:\/\/raw.githubusercontent.com\/" ], "background": { "scripts": [ "viewTgaInGitHub.background.js" ], "persistent": false } } |