Github HTML Preview in New tab
Github HTML Preview provide a quick way to preview the html files in new tab
什么是Github HTML Preview in New tab?
Github HTML Preview in New tab是由nuxdie开发的Chrome扩展程序,该扩展的主要功能是“Github HTML Preview provide a quick way to preview the html files in new tab”。
扩展截图
下载Github HTML Preview in New tab扩展crx文件
下载Github HTML Preview in New tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fepepbplpljmbgigikdechdokijggdjd |
官方URL | https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd |
简介 | Github HTML Preview provide a quick way to preview the html files in new tab |
文件大小 | 20.38 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2018-01-26 |
上架时间 | 2018-01-26 |
评分 | 1.00/5 共1次评分 |
开发者 | nuxdie |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/nuxdie/gh-html-view |
支持的语言 | 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" } |