GitHub Hardware Viewer

Tool for viewing hardware design files on Github

ما هو GitHub Hardware Viewer؟

GitHub Hardware Viewer هو إضافة Chrome تم تطويرها بواسطة Stephen Hawes، والميزة الرئيسية لها هي "Tool for viewing hardware design files on Github".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GitHub Hardware Viewer

قم بتنزيل ملفات الامتداد GitHub Hardware Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}