GitHub Hardware Viewer

Tool for viewing hardware design files on Github

GitHub Hardware Viewer क्या है?

GitHub Hardware Viewer Stephen Hawes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for viewing hardware design files on Github"।

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

screenshot

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

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

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

                        Extension for generating links in Github viewing PCB and 3D modeling files in-browser! No need to pull the repo to checkout hardware designs hosted in Github; just click the generated link next to the filename in a repo, and view the source immediately.                    

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

नाम GitHub Hardware Viewer GitHub Hardware Viewer
ID oggfmoogaedapgampbfedliclpofigmn
आधिकारिक URL https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn
विवरण Tool for viewing hardware design files on Github
फ़ाइल का आकार 26.82 KB
स्थापना संख्या 145
वर्तमान संस्करण 1.1
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2024-01-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Stephen Hawes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/opulo-inc/hardware-github-viewer
सहायता पृष्ठ URL https://github.com/opulo-inc/hardware-github-viewer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitHub Hardware Viewer",
    "description": "Tool for viewing hardware design files on Github",
    "version": "1.1",
    "action": {
        "default_popup": "hello.html",
        "default_icon": "opulo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "opulo.png"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}