Open with Stackblitz

This extension can be clicked on the icon to open the Github repository using Stackblitz.

Open with Stackblitz là gì?

Open with Stackblitz là một tiện ích mở rộng Chrome được phát triển bởi yinjiazeng, và tính năng chính của nó là "This extension can be clicked on the icon to open the Github repository using Stackblitz.".

Ả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 Open with Stackblitz

Tải xuống các tệp mở rộng Open with Stackblitz 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

                        This extension can be clicked on the icon to open the Github repository using Stackblitz.                    

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

Tên Open with Stackblitz Open with Stackblitz
ID mlgfgpkgjjmdgnekcdidfjjoipeohifc
URL Chính Thức https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc
Mô tả This extension can be clicked on the icon to open the Github repository using Stackblitz.
Kích Thước Tệp 13.71 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-09-07
Ngày Phát Hành 2019-09-06
Nhà Phát Triển yinjiazeng
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open with Stackblitz",
    "description": "This extension can be clicked on the icon to open the Github repository using Stackblitz.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16_disable.png",
            "48": "icons\/48_disable.png",
            "128": "icons\/128_disable.png"
        }
    },
    "icons": {
        "16": "icons\/16_enable.png",
        "48": "icons\/48_enable.png",
        "128": "icons\/128_enable.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}