Gitrec

Get repository recommendations on Github

What is Gitrec?

Gitrec is a Chrome extension developed by Mortar Data, and its main feature is "Get repository recommendations on Github".

Extension Screenshots

screenshot
screenshot

Download Gitrec Extension CRX File

Download Gitrec 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

                        Gitrec gives you repository recommendations and shows you similar repositories right on GitHub.com. Built on Mortar (www.mortardata.com).                    

Extension Basic Information

Name Gitrec Gitrec
ID nnblmmglchphbcdolknpmmdmkmbachle
Official URL https://chromewebstore.google.com/detail/gitrec/nnblmmglchphbcdolknpmmdmkmbachle
Description Get repository recommendations on Github
File Size 49.91 KB
Installation Count 81
Current Version 1.0
Last Updated 2013-08-20
Publish Date 2013-08-20
Rating 4.25/5 Total 4 Ratings
Developer Mortar Data
Payment Type free
Extension Website http://gitrec.mortardata.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gitrec",
    "author": "Mortar Data",
    "description": "Get repository recommendations on Github",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "gitrec-icon.png"
    },
    "web_accessible_resources": [
        "templates\/*"
    ],
    "permissions": [
        "http:\/\/gitrec.mortardata.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/underscore.js",
                "js\/gitrec\/gitrec.js",
                "js\/gitrec\/pagechecker.js",
                "js\/gitrec\/templator.js",
                "js\/gitrec\/api.js",
                "js\/gitrec\/analytics.js",
                "js\/controller.js"
            ],
            "css": [
                "css\/gitrec.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "analytics\/analytics.js"
        ],
        "persistent": false
    }
}