Programming Tips

Shows programming tips when you open a new tab

ما هو Programming Tips؟

Programming Tips هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Shows programming tips when you open a new tab".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Programming Tips

قم بتنزيل ملفات الامتداد Programming Tips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        If you are learning to code or want to keep your programming skills sharp, this extension is for you. See a new programming tip every time you open a new tab. Choose the programming languages/tools (JavaScript, Python, Java, Go, C++, HTML, CSS, etc.) for which you want to see the tips.
Feel free to submit your programming tips/tricks/insights that you want to share with the programming community. You can submit a code snippet you regularly use, a tip or trick not commonly known, or any suggestions for fellow learners from your side.                    

معلومات أساسية عن التمديد

الاسم Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
الوصف Shows programming tips when you open a new tab
حجم الملف 402 KB
عدد التثبيتات 978
النسخة الحالية 1.1.0
آخر تحديث 2018-06-20
تاريخ النشر 2018-06-20
تقييم 4.75/5 مجموع تقييمات 8
المطور Unknown
نوع الدفع free
موقع الإضافة https://hackr.io
عنوان صفحة المساعدة https://hackr.io/feedback
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Programming Tips",
    "manifest_version": 2,
    "description": "Shows programming tips when you open a new tab",
    "version": "1.1.0",
    "permissions": [
        "storage",
        "https:\/\/hackr.io\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "code-logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}