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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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'"
}