DevTab

New tab extension that provides tools for front-end developers

DevTab란 무엇입니까?

DevTab은(는) dtn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab extension that provides tools for front-end developers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DevTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}