PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
ما هو PyTipsTab؟
PyTipsTab هو إضافة Chrome تم تطويرها بواسطة Sawrav Chowdhury، والميزة الرئيسية لها هي "A tool for Python Developers which shows Python tips after opening browser tab each time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PyTipsTab
قم بتنزيل ملفات الامتداد PyTipsTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Py TipsTab is a Chrome tool for python coders which shows python tips and tricks after opening a new chrome tab each time.This tool helps python developers to remind some python easy tips.Hope that this tool keeps the python community strong. Happy coding. If you have any suggestions, please leave a feedback message.If you liked it and wish to see more such awesome tools like that then please do leave a nice review. Thanks
معلومات أساسية عن التمديد
الاسم | |
ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
الوصف | A tool for Python Developers which shows Python tips after opening browser tab each time |
حجم الملف | 62.88 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-09-14 |
تاريخ النشر | 2020-06-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Sawrav Chowdhury |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PyTipsTab", "manifest_version": 2, "description": "A tool for Python Developers which shows Python tips after opening browser tab each time", "permissions": [ "activeTab" ], "version": "1.0", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons.png", "48": "icons.png", "128": "icons.png" }, "browser_action": { "browser_style": true } } |