Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
¿Qué es Github HTML Preview in New tab?
Github HTML Preview in New tab es una extensión de Chrome desarrollada por nuxdie, y su función principal es "Github HTML Preview provide a quick way to preview the html files in new tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Github HTML Preview in New tab
Descarga archivos de extensión Github HTML Preview in New tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | fepepbplpljmbgigikdechdokijggdjd |
URL Oficial | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Descripción | Github HTML Preview provide a quick way to preview the html files in new tab |
Tamaño del Archivo | 20.38 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 1.0 |
Última Actualización | 2018-01-26 |
Fecha de Publicación | 2018-01-26 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | nuxdie |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/nuxdie/gh-html-view |
Idiomas Soportados | 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" } |