code runner
run simple code anytime and anywhere without any environment requirement
ما هو code runner؟
code runner هو إضافة Chrome تم تطويرها بواسطة xiakai61877، والميزة الرئيسية لها هي "run simple code anytime and anywhere without any environment requirement".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة code runner
قم بتنزيل ملفات الامتداد code runner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
simple code snippet runner on chrome
معلومات أساسية عن التمديد
الاسم | code runner |
ID | dbhlmjpfacmmmplcebbhgbofbckhmpbj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj |
الوصف | run simple code anytime and anywhere without any environment requirement |
حجم الملف | 1.4 MB |
عدد التثبيتات | 1,244 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2021-11-17 |
تاريخ النشر | 2020-07-21 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | xiakai61877 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "code runner", "version": "0.0.3", "manifest_version": 2, "description": "run simple code anytime and anywhere without any environment requirement", "icons": { "128": "icon.png" }, "permissions": [ "storage", "https:\/\/ilovegoogle.cn\/runner" ], "browser_action": { "default_title": "code runner", "default_icon": "icon.png", "default_popup": "popup.html" } } |