Dev-Dash

Replace a new tab page with a dashboard designed with developers in mind.

Qu'est-ce que Dev-Dash ?

Dev-Dash est une extension Chrome développée par ncal, et sa fonction principale est "Replace a new tab page with a dashboard designed with developers in mind.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dev-Dash

Téléchargez les fichiers d'extension Dev-Dash 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

                        Replace a new tab page with a dashboard designed with developers and software engineers in mind. 

Dev Dash features:
- New in  v0.1.2.2:  *~ Crypto-Currency tickers ~*
-Bitcoin, Litecoin, Ethereum, & Bitcoin cash
- A current news feed from Ycombinator's Hacker News
-Github integration for quick and easy access to repos & followers
-Documentation for your favorite programming languages and frameworks
-A quick search from Google, Github, & Stack Overflow
-And of course, the time and weather


0.1.0 update: Per Request, All Docs/Bookmarks are now removable 
(custom bookmarks will need to be re-added)                    

Informations de Base sur l'Extension

Nom Dev-Dash Dev-Dash
ID ldkbpnbhocpbliadbhleccjenkndklma
URL Officiel https://chromewebstore.google.com/detail/dev-dash/ldkbpnbhocpbliadbhleccjenkndklma
Description Replace a new tab page with a dashboard designed with developers in mind.
Taille du Fichier 37.6 MB
Nombre d'Installations 48
Version Actuelle 0.1.2.5
Dernière Mise à Jour 2018-01-16
Date de Publication 2018-01-16
Évaluation 4.70/5 Total 10 Évaluations
Développeur ncal
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "author": "Nathan Broaddus",
    "background": {
        "persistent": false,
        "scripts": [
            "bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "description": "Replace a new tab page with a dashboard designed with developers in mind.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAokw1al6iAZUJntk0uULPpGqSLY6FrCP5T5j+EnKOtme97dz3\/UfWIul28dTq63OKCGqRbxoo+DKIYXcIY3tKM4E3dPo1MrY7QC1jqUo80kpr11tr8SBMsTiCkYIBcjzhhRn6cRilggvxkauLadaGz2uUFXSEID+XRwQb1mmFCIL0VeaJbQekPJ7fkvTIEy7YKOuO9Q1acZf4hflVBvXh7Zvp8VaM4OrefAc4eGAU0WMpA5xpKFZVCBndcgwsLaA6kfmJPx7guJw4wL9436\/IfiKCg3Sp9BJrkyV4Y7FAMyvftsrbrRhZm3pEzUT5OY05oujfOL+rvZcV47EngvshfQIDAQAB",
    "manifest_version": 2,
    "name": "Dev-Dash",
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "geolocation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2.5"
}