GitHub Hardware Viewer

Tool for viewing hardware design files on Github

GitHub Hardware Viewer là gì?

GitHub Hardware Viewer là một tiện ích mở rộng Chrome được phát triển bởi Stephen Hawes, và tính năng chính của nó là "Tool for viewing hardware design files on Github".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitHub Hardware Viewer

Tải xuống các tệp mở rộng GitHub Hardware Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHub Hardware Viewer GitHub Hardware Viewer
ID oggfmoogaedapgampbfedliclpofigmn
URL Chính Thức https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn
Mô tả Tool for viewing hardware design files on Github
Kích Thước Tệp 26.82 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2024-01-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Stephen Hawes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/opulo-inc/hardware-github-viewer
URL Trang Trợ Giúp https://github.com/opulo-inc/hardware-github-viewer
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}