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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |