Code Climate

A Chrome extension for Code Climate

What is Code Climate?

Code Climate is a Chrome extension developed by https://codeclimate.com, and its main feature is "A Chrome extension for Code Climate".

Extension Screenshots

screenshot
screenshot
screenshot

Download Code Climate Extension CRX File

Download Code Climate 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

                        Code quality and test coverage feedback without ever leaving GitHub.

See issues displayed directly inside GitHub’s UI. Review which lines are covered in diffs, files, and more. And add repos and open tickets without changing your workflow.                    

Extension Basic Information

Name Code Climate Code Climate
ID phgahogocbnfilkegjdpohgkkjgahjgk
Official URL https://chromewebstore.google.com/detail/code-climate/phgahogocbnfilkegjdpohgkkjgahjgk
Description A Chrome extension for Code Climate
File Size 3.21 MB
Installation Count 12,872
Current Version 735
Last Updated 2023-07-10
Publish Date 2020-06-16
Rating 3.88/5 Total 42 Ratings
Developer https://codeclimate.com
Email [email protected]
Payment Type free
Extension Website https://codeclimate.com/browser-extension
Help Page URL https://docs.codeclimate.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code Climate",
    "version": "735",
    "homepage_url": "https:\/\/codeclimate.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "vendor\/octicons\/octicons.css",
                "vendor\/bentonsans\/benton.css",
                "stylesheets\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/codeclimate.com\/*",
                "https:\/\/api.codeclimate.com\/*"
            ],
            "js": [
                "js\/cc_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "manifest_version": 3,
    "description": "A Chrome extension for Code Climate",
    "options_page": "options.html",
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/codeclimate.com\/*",
        "https:\/\/api.codeclimate.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "badges\/*",
                "icons\/*",
                "vendor\/octicons\/octicons.eot",
                "vendor\/octicons\/octicons.svg",
                "vendor\/octicons\/octicons.ttf",
                "vendor\/octicons\/octicons.woff",
                "vendor\/bentonsans\/*",
                "vendor\/snowplow\/2.7.0\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}