View TGA in GitHub
Enable viewing for TARGA format in GitHub
Cos'è View TGA in GitHub?
View TGA in GitHub è un'estensione di Chrome sviluppata da Mayuki Sawatari, e la sua funzione principale è "Enable viewing for TARGA format in GitHub".
Scarica il file CRX dell'estensione View TGA in GitHub
Scarica i file di estensione View TGA in GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | View TGA in GitHub |
ID | dcbncohkgmmighckpkegknbnjefbjmnl |
URL Ufficiale | https://chromewebstore.google.com/detail/view-tga-in-github/dcbncohkgmmighckpkegknbnjefbjmnl |
Descrizione | Enable viewing for TARGA format in GitHub |
Dimensione del File | 9.79 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2016-04-28 |
Data di Pubblicazione | 2016-04-28 |
Sviluppatore | Mayuki Sawatari |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mayuki/ViewTgaInGitHub |
Lingue Supportate | 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 } } |