5 minute fork
Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com
5 minute forkとは何ですか?
5 minute forkはRemy Sharp / Left Logicによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com」です。
拡張機能のスクリーンショット
5 minute fork拡張機能のCRXファイルをダウンロード
5 minute fork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
5 minute fork creates a temporary clone of a github repo when the repo owner hasn't hosted their demo. This extension adds a '5 minute fork' button to github repos to quickly and easily clone. As explained on HackerNews: "If a github repo has an index.html file and you click on it, github will show you the source instead of the webpage. 5minfork shows you the webpage so that you can have an idea of what the repo is about."
拡張機能の基本情報
名前 | 5 minute fork |
ID | idfhgkibldeniiijlnenfhlilhbifbff |
公式URL | https://chromewebstore.google.com/detail/5-minute-fork/idfhgkibldeniiijlnenfhlilhbifbff |
説明 | Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com |
ファイルサイズ | 95.7 KB |
インストール数 | 42 |
現在のバージョン | 1.0.17 |
最終更新日 | 2015-06-29 |
公開日 | 2015-06-29 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Remy Sharp / Left Logic |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://5minfork.com |
プライバシーポリシーページのURL | https://leftlogic.com/privacy/extensions |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "5 minute fork", "version": "1.0.17", "manifest_version": 2, "homepage_url": "http:\/\/5minfork.com", "description": "Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "js": [ "inpage.js" ], "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "run_at": "document_end" } ] } |