Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
Co to jest Github HTML Preview in New tab?
Github HTML Preview in New tab to rozszerzenie Chrome opracowane przez nuxdie, a jego główną funkcją jest „Github HTML Preview provide a quick way to preview the html files in new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github HTML Preview in New tab
Pobierz pliki rozszerzeń Github HTML Preview in New tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fepepbplpljmbgigikdechdokijggdjd |
Oficjalny URL | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Opis | Github HTML Preview provide a quick way to preview the html files in new tab |
Rozmiar pliku | 20.38 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-01-26 |
Data Publikacji | 2018-01-26 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | nuxdie |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nuxdie/gh-html-view |
Obsługiwane Języki | 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" } |