Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
Qu'est-ce que Github HTML Preview in New tab ?
Github HTML Preview in New tab est une extension Chrome développée par nuxdie, et sa fonction principale est "Github HTML Preview provide a quick way to preview the html files in new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github HTML Preview in New tab
Téléchargez les fichiers d'extension Github HTML Preview in New tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | fepepbplpljmbgigikdechdokijggdjd |
URL Officiel | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
Description | Github HTML Preview provide a quick way to preview the html files in new tab |
Taille du Fichier | 20.38 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-01-26 |
Date de Publication | 2018-01-26 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | nuxdie |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nuxdie/gh-html-view |
Langues Prises en Charge | 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" } |