DevTab

New tab extension that provides tools for front-end developers

DevTab क्या है?

DevTab dtn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab extension that provides tools for front-end developers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DevTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}