DevGib

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

What is DevGib?

DevGib is a Chrome extension developed by Shay Davidson, and its main feature is "Shows ranking for programming-related resources in the web based on their popularity and quality.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DevGib Extension CRX File

Download DevGib extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name DevGib DevGib
ID pkchajlcgibonmocadnippbgjkceieeb
Official URL https://chrome.google.com/webstore/detail/devgib/pkchajlcgibonmocadnippbgjkceieeb
Description Shows ranking for programming-related resources in the web based on their popularity and quality.
File Size 341 KB
Installation Count 37
Current Version 0.1.7
Last Updated 2016-04-09
Publish Date 2016-04-09
Rating 5.00/5 Total 9 Ratings
Developer Shay Davidson
Payment Type free
Extension Website http://code-cats-coffee.com/DevGib/
Help Page URL http://code-cats-coffee.com/DevGib/
Supported Languages 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",
        ""
    ]
}