Front End Tips Tab

Get HTML / CSS / Javascript tips when you open a new tab in Chrome

Front End Tips Tabคืออะไร?

Front End Tips Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neil Patel และคุณลักษณะหลักของมันคือ "Get HTML / CSS / Javascript tips when you open a new tab in Chrome"

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

screenshot
screenshot
screenshot

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

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

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

                        a Google Chrome extension to show HTML/CSS/Javascript tips in new tabs! This is for anyone learning HTML/CSS and Javascript. Many users learning to code have their own flashcards & notes. So this will help them out with an extra dash of technology!                    

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

ชื่อ Front End Tips Tab Front End Tips Tab
ID igcjnmlofnnoiicdgpeabcjhbdcbieil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/front-end-tips-tab/igcjnmlofnnoiicdgpeabcjhbdcbieil
คำอธิบาย Get HTML / CSS / Javascript tips when you open a new tab in Chrome
ขนาดไฟล์ 8.89 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-10-03
วันที่เผยแพร่ 2017-10-03
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Neil Patel
อีเมล hello@neilpatel.co
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front End Tips Tab",
    "manifest_version": 2,
    "description": "Get HTML \/ CSS \/ Javascript tips when you open a new tab in Chrome",
    "version": "0.0.0.1",
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "html.png"
    }
}