DevDocs

Quickly find DevDocs without wasting a tab

Qu'est-ce que DevDocs ?

DevDocs est une extension Chrome développée par MightySCollins, et sa fonction principale est "Quickly find DevDocs without wasting a tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.                    

Informations de Base sur l'Extension

Nom DevDocs DevDocs
ID kfollpcdnbaimpmjhkoghaegiendpidj
URL Officiel https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj
Description Quickly find DevDocs without wasting a tab
Taille du Fichier 25.52 KB
Nombre d'Installations 2,645
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-01-13
Date de Publication 2016-01-13
Évaluation 4.64/5 Total 14 Évaluations
Développeur MightySCollins
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevDocs",
    "short_name": "DevDocs",
    "author": "Sam Collins",
    "description": "Quickly find DevDocs without wasting a tab",
    "version": "0.0.3",
    "manifest_version": 2,
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "DevDocs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}