Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
O que é Github HTML Preview in New tab?
Github HTML Preview in New tab é uma extensão do Chrome desenvolvida por nuxdie, e sua principal característica é "Github HTML Preview provide a quick way to preview the html files in new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github HTML Preview in New tab
Baixe arquivos de extensão Github HTML Preview in New tab 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 | |
ID | fepepbplpljmbgigikdechdokijggdjd |
URL Oficial | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Descrição | Github HTML Preview provide a quick way to preview the html files in new tab |
Tamanho do Arquivo | 20.38 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.0 |
Última Atualização | 2018-01-26 |
Data de Publicação | 2018-01-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | nuxdie |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nuxdie/gh-html-view |
Idiomas Suportados | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "github_preview.js" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "description": "Github HTML Preview provide a quick way to preview the html files in new tab", "icons": { "128": "github_128.png", "16": "github_16.png", "48": "github_48.png" }, "manifest_version": 2, "name": "Github HTML Preview in New tab", "permissions": [ "https:\/\/github.com\/*", "http:\/\/github.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |