Raw Githack

Viewing html files with raw.githack.com made easier.

Raw Githack क्या है?

Raw Githack Filip Chalupa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Viewing html files with raw.githack.com made easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Raw Githack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.                    

एक्सटेंशन की मूल जानकारी

नाम Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
आधिकारिक URL https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
विवरण Viewing html files with raw.githack.com made easier.
फ़ाइल का आकार 45.94 KB
स्थापना संख्या 457
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-05-01
प्रकाशन तिथि 2020-04-29
डेवलपर Filip Chalupa
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/FilipChalupa/Raw-Githack/
सहायता पृष्ठ URL https://github.com/FilipChalupa/Raw-Githack/issues
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raw Githack",
    "version": "0.2",
    "description": "Viewing html files with raw.githack.com made easier.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "manifest_version": 2
}