Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
ما هو Open with Stackblitz؟
Open with Stackblitz هو إضافة Chrome تم تطويرها بواسطة yinjiazeng، والميزة الرئيسية لها هي "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open with Stackblitz
قم بتنزيل ملفات الامتداد Open with Stackblitz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension can be clicked on the icon to open the Github repository using Stackblitz.
معلومات أساسية عن التمديد
الاسم | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
الوصف | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
حجم الملف | 13.71 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-09-07 |
تاريخ النشر | 2019-09-06 |
المطور | yinjiazeng |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |