CodeSandbox
Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos
Was ist CodeSandbox?
CodeSandbox ist eine Chrome-Erweiterung, die von https://codesandbox.io entwickelt wurde, und ihr Hauptmerkmal ist "Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos".
Erweiterungsscreenshots
CodeSandbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodeSandbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds a few capabilities to your experience on CodeSandbox.
* It adds an 'Open in CodeSandbox' button to Github Repo pages, so you can easily import any existing projects from GitHub in to CodeSandbox.
* You can also access shortcuts to create new projects directly from the extension menu.
* It improves the preview commenting capability, matching exactly what you see in the preview in screenshots captured when adding a comment. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hdidglkcgdolpoijdckmafdnddjoglia |
| Offizielle URL | https://chromewebstore.google.com/detail/codesandbox/hdidglkcgdolpoijdckmafdnddjoglia |
| Beschreibung | Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos |
| Dateigröße | 1012 KB |
| Installationsanzahl | 2,254 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2021-02-03 |
| Veröffentlichungsdatum | 2020-07-02 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://codesandbox.io |
| Zahlungsart | free |
| Erweiterungswebsite | https://codesandbox.io/ |
| Hilfeseite URL | https://codesandbox.io/docs |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CodeSandbox",
"short_name": "CodeSandbox",
"version": "2.2",
"description": "Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos",
"homepage_url": "https:\/\/codesandbox.io",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
" | |