RawGit for Github
Quickly convert Github links to RawGit links so that they can be used in development or production environments.
RawGit for Github क्या है?
RawGit for Github Ash Connolly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly convert Github links to RawGit links so that they can be used in development or production environments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RawGit for Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RawGit serves raw files directly from GitHub with proper Content-Type headers. This extension allows you to use RawGit directly from Github. The extension will appear in the address bar when viewing a file on Github. Visit https://rawgit.com/ for more information.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mobohgekahaknpfhiknjgepliebadkko |
आधिकारिक URL | https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko |
विवरण | Quickly convert Github links to RawGit links so that they can be used in development or production environments. |
फ़ाइल का आकार | 35.19 KB |
स्थापना संख्या | 105 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2016-02-28 |
प्रकाशन तिथि | 2016-02-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Ash Connolly |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.ashconnolly.com?ref=ext_rawgit_store |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RawGit for Github", "version": "0.0.3", "description": "Quickly convert Github links to RawGit links so that they can be used in development or production environments.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "RawGit for Github", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.github.com\/", "http:\/\/www.github.com\/", "tabs", "storage" ] } |