Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
What is Open with Stackblitz?
Open with Stackblitz is a Chrome extension developed by yinjiazeng, and its main feature is "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Extension Screenshots
Download Open with Stackblitz Extension CRX File
Download Open with Stackblitz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Extension Basic Information
Name | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Official URL | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Description | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
File Size | 13.71 KB |
Installation Count | 89 |
Current Version | 1.0.0 |
Last Updated | 2019-09-07 |
Publish Date | 2019-09-06 |
Developer | yinjiazeng |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |