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 |
Eメール | [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" } |