DevTab

New tab extension that provides tools for front-end developers

DevTabคืออะไร?

DevTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dtn และคุณลักษณะหลักของมันคือ "New tab extension that provides tools for front-end developers"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        DevTab replaces your new tab with a personalized, front-end developer focused home page to cater all your needs.

--- FEATURES ---
- Greeting based on local time of day with (username personalization)
- Pomodoro timer to optimize productivity
- Various backgrounds to view a beautiful image on each new tab
- Quicklinks to access frequently visited sites
- Sticky notes to store reminders, lists, etc.
- Color picker to access HEX, RGB, HSL color codes
- HTML/CSS code validators
- Page speed insights to test your website's performance
- Newsfeed with various article sources
- Settings for user customization/personalization

--- UPDATES ---
- Settings includes updates
- Sticky notes are re-sizable
- Timer has input option

--- BUG FIXES ---
- Quicklinks flicker
- Scroll on Mozilla pages
- Sticky note re-size icon above other elements
- Timer persists when out of focus

--- HELP/SUGGESTIONS & CONTACT ---
GitHub: https://github.com/chingu-coders/Voyage2-Turtles-02
Email: [email protected]                    

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

ชื่อ DevTab DevTab
ID alolnmpdpmfhpcaljhaheeoedkfkganm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/devtab/alolnmpdpmfhpcaljhaheeoedkfkganm
คำอธิบาย New tab extension that provides tools for front-end developers
ขนาดไฟล์ 39.69 MB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2018-02-07
วันที่เผยแพร่ 2018-02-07
คะแนน 4.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา dtn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/chingu-coders/Voyage2-Turtles-02
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTab",
    "description": "New tab extension that provides tools for front-end developers",
    "manifest_version": 2,
    "version": "1.1.4",
    "icons": {
        "128": "assets\/img\/devtab5.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "assets\/img\/devtab5.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mozilla.org\/*"
            ],
            "js": [
                "js\/app.min.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ]
}