Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
Apa itu Github HTML Preview in New tab?
Github HTML Preview in New tab adalah ekstensi Chrome yang dikembangkan oleh nuxdie, dan fitur utamanya adalah "Github HTML Preview provide a quick way to preview the html files in new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github HTML Preview in New tab
Unduh file ekstensi Github HTML Preview in New tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | fepepbplpljmbgigikdechdokijggdjd |
URL Resmi | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Deskripsi | Github HTML Preview provide a quick way to preview the html files in new tab |
Ukuran File | 20.38 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-01-26 |
Tanggal Publikasi | 2018-01-26 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | nuxdie |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/nuxdie/gh-html-view |
Bahasa yang Didukung | 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" } |