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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 5 minute fork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } ] } |