DevGib

Shows ranking for programming-related resources in the web based on their popularity and quality.

Wat is DevGib?

DevGib is een Chrome-extensie ontwikkeld door Shay Davidson, en de belangrijkste functie is "Shows ranking for programming-related resources in the web based on their popularity and quality.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DevGib

Download DevGib-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        DevGib is a Chrome extension that shows ranking for programming-related resources in the web based on their popularity and quality.                    

Basisinformatie over de Extensie

Naam DevGib DevGib
ID pkchajlcgibonmocadnippbgjkceieeb
Officiële URL https://chrome.google.com/webstore/detail/devgib/pkchajlcgibonmocadnippbgjkceieeb
Beschrijving Shows ranking for programming-related resources in the web based on their popularity and quality.
Bestandsgrootte 341 KB
Aantal Installaties 37
Huidige Versie 0.1.7
Laatst Bijgewerkt 2016-04-09
Publicatiedatum 2016-04-09
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Shay Davidson
Betalingswijze free
Extensiewebsite http://code-cats-coffee.com/DevGib/
Help Pagina-URL http://code-cats-coffee.com/DevGib/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevGib",
    "version": "0.1.7",
    "manifest_version": 2,
    "description": "Shows ranking for programming-related resources in the web based on their popularity and quality.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/js\/jquery-2.0.3.min.js",
            "lib\/js\/underscore-1.5.2.min.js",
            "lib\/js\/underscore.ratelimit.js",
            "lib\/js\/underscore.string-2.3.0.min.js",
            "build\/js\/background\/namespaces.js",
            "build\/js\/background\/sites_controller.js",
            "build\/js\/background\/abstract_site_model.js",
            "build\/js\/background\/popup.js",
            "build\/js\/background\/sites\/github.js",
            "build\/js\/background\/sites\/stackoverflow.js",
            "build\/js\/background\/index.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "DevGib",
        "default_icon": "assets\/icons\/icon38.png",
        "default_popup": "build\/html\/background\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/js\/jquery-2.0.3.min.js",
                "lib\/js\/underscore-1.5.2.min.js",
                "lib\/js\/underscore.string-2.3.0.min.js",
                "build\/js\/content\/namespaces.js",
                "build\/js\/content\/anchor_tagger.js",
                "build\/js\/content\/cache_service.js",
                "build\/js\/content\/icons\/icon_controller.js",
                "build\/js\/content\/icons\/icon_view.js",
                "build\/js\/content\/index.js"
            ],
            "css": [
                "build\/css\/content\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/fontawesome-webfont.eot",
        "assets\/fonts\/fontawesome-webfont.svg",
        "assets\/fonts\/fontawesome-webfont.ttf",
        "assets\/fonts\/fontawesome-webfont.woff",
        "assets\/fonts\/FontAwesome.otf"
    ],
    "minimum_chrome_version": "15",
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}