Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
ما هو Python Assist؟
Python Assist هو إضافة Chrome تم تطويرها بواسطة Clapper Tech LLC، والميزة الرئيسية لها هي "Quickly access a Python compiler and Python documentation without leaving your tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Python Assist
قم بتنزيل ملفات الامتداد Python Assist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Python Assist Chrome extension is a handy tool designed to simplify your Python programming experience. Whether you're a seasoned developer or just starting with Python, this extension provides instant access to a Python complier and Python documentation right from your browser. معلومات أساسية عن التمديد
| الاسم | |
| ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| الوصف | Quickly access a Python compiler and Python documentation without leaving your tab |
| حجم الملف | 27.67 KB |
| عدد التثبيتات | 65 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2023-11-17 |
| تاريخ النشر | 2023-09-21 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Clapper Tech LLC |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Python Assist",
"version": "1.1",
"description": "Quickly access a Python compiler and Python documentation without leaving your tab",
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "\/icons\/icon128.png",
"48": "\/icons\/icon48.png",
"16": "\/icons\/icon16.png"
}
} | |