Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
Vad är Github HTML Preview in New tab?
Github HTML Preview in New tab är en Chrome-tillägg utvecklad av nuxdie, och dess huvudfunktion är "Github HTML Preview provide a quick way to preview the html files in new tab".
Tilläggsskärmbilder
Ladda ner Github HTML Preview in New tab-förlängningens CRX-fil
Ladda ner Github HTML Preview in New tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | fepepbplpljmbgigikdechdokijggdjd |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Beskrivning | Github HTML Preview provide a quick way to preview the html files in new tab |
Filstorlek | 20.38 KB |
Antal Installationer | 14 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-01-26 |
Publiceringsdatum | 2018-01-26 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | nuxdie |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/nuxdie/gh-html-view |
Stödda Språk | 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" } |