Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
Cos'è Github HTML Preview in New tab?
Github HTML Preview in New tab è un'estensione di Chrome sviluppata da nuxdie, e la sua funzione principale è "Github HTML Preview provide a quick way to preview the html files in new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github HTML Preview in New tab
Scarica i file di estensione Github HTML Preview in New tab 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 | |
ID | fepepbplpljmbgigikdechdokijggdjd |
URL Ufficiale | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Descrizione | Github HTML Preview provide a quick way to preview the html files in new tab |
Dimensione del File | 20.38 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-01-26 |
Data di Pubblicazione | 2018-01-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | nuxdie |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nuxdie/gh-html-view |
Lingue Supportate | 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" } |