Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Apa itu Open with Stackblitz?
Open with Stackblitz adalah ekstensi Chrome yang dikembangkan oleh yinjiazeng, dan fitur utamanya adalah "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open with Stackblitz
Unduh file ekstensi Open with Stackblitz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Informasi Dasar Ekstensi
Nama | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
URL Resmi | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Deskripsi | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
Ukuran File | 13.71 KB |
Jumlah Instalasi | 89 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-09-07 |
Tanggal Publikasi | 2019-09-06 |
Pengembang | yinjiazeng |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |