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 |
官方網址 | 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" } |