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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coding Tips

ดาวน์โหลดไฟล์ส่วนขยาย Coding Tips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Shows coding tips when open a new tab. Code tips from 6 programming languages i.e, Android, Python, CSS, Javascript, Bash, and GIT tips.                    

ข้อมูลพื้นฐานของส่วนขยาย

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