DevTab

New tab extension that provides tools for front-end developers

Qu'est-ce que DevTab ?

DevTab est une extension Chrome développée par dtn, et sa fonction principale est "New tab extension that provides tools for front-end developers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DevTab

Téléchargez les fichiers d'extension DevTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom DevTab DevTab
ID alolnmpdpmfhpcaljhaheeoedkfkganm
URL Officiel https://chromewebstore.google.com/detail/devtab/alolnmpdpmfhpcaljhaheeoedkfkganm
Description New tab extension that provides tools for front-end developers
Taille du Fichier 39.69 MB
Nombre d'Installations 149
Version Actuelle 1.1.4
Dernière Mise à Jour 2018-02-07
Date de Publication 2018-02-07
Évaluation 4.92/5 Total 13 Évaluations
Développeur dtn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/chingu-coders/Voyage2-Turtles-02
Langues Prises en Charge 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"
        }
    ]
}