Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
Wat is Github HTML Preview in New tab?
Github HTML Preview in New tab is een Chrome-extensie ontwikkeld door nuxdie, en de belangrijkste functie is "Github HTML Preview provide a quick way to preview the html files in new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Github HTML Preview in New tab
Download Github HTML Preview in New tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | fepepbplpljmbgigikdechdokijggdjd |
| Officiële URL | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
| Beschrijving | Github HTML Preview provide a quick way to preview the html files in new tab |
| Bestandsgrootte | 20.38 KB |
| Aantal Installaties | 14 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-01-26 |
| Publicatiedatum | 2018-01-26 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | nuxdie |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nuxdie/gh-html-view |
| Ondersteunde Talen | 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"
} | |