Coding Tips
Coding tips when you open a new tab in Chrome
ما هو Coding Tips؟
Coding Tips هو إضافة Chrome تم تطويرها بواسطة Sasikanth Dronavalli، والميزة الرئيسية لها هي "Coding tips when you open a new tab in Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coding Tips
قم بتنزيل ملفات الامتداد Coding Tips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows coding tips when open a new tab. Code tips from 6 programming languages i.e, Android, Python, CSS, Javascript, Bash, and GIT tips.
معلومات أساسية عن التمديد
الاسم | |
ID | gcjmgfcpbdkogbohifpkkifjpedapelg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg |
الوصف | Coding tips when you open a new tab in Chrome |
حجم الملف | 111 KB |
عدد التثبيتات | 652 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2019-07-15 |
تاريخ النشر | 2019-07-15 |
تقييم | 4.55/5 مجموع تقييمات 11 |
المطور | Sasikanth Dronavalli |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sasikanth513/coding-tips |
عنوان صفحة المساعدة | https://github.com/sasikanth513/coding-tips/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Tips", "manifest_version": 2, "description": "Coding tips when you open a new tab in Chrome", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "0.0.6", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/logo.png" } } |