CoderVision for HackerRank

For developers by developers. Care your eyes.

What is CoderVision for HackerRank?

CoderVision for HackerRank is a Chrome extension developed by ilkem.erol, and its main feature is "For developers by developers. Care your eyes.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CoderVision for HackerRank Extension CRX File

Download CoderVision for HackerRank 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

                        Designed for HackerRank coders. A new HackerRank experience with completely dark design.

Changelog:
31.01.2017: v1.0.1
-Fixed some coding area selection bug
31.01.2017: v1.0.2
-Fixed some color bug
02.02.2017: v1.0.3
-Fixed popup menu font size
27.02.2017: v1.0.4
-Fixed page footer color and coding area comment color                    

Extension Basic Information

Name CoderVision for HackerRank CoderVision for HackerRank
ID eomolggkimpmbdabnaafpgghfcjfhpke
Official URL https://chromewebstore.google.com/detail/codervision-for-hackerran/eomolggkimpmbdabnaafpgghfcjfhpke
Description For developers by developers. Care your eyes.
File Size 287 KB
Installation Count 20
Current Version 1.0.4
Last Updated 2017-02-26
Publish Date 2017-02-26
Developer ilkem.erol
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoderVision for HackerRank",
    "short_name": "CoderVision",
    "description": "For developers by developers. Care your eyes.",
    "version": "1.0.4",
    "author": "IlkemErol",
    "icons": {
        "128": "icon\/dark_128.png"
    },
    "permissions": [
        "https:\/\/www.hackerrank.com\/*",
        "http:\/\/www.hackerrank.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hackerrank.com\/*",
                "http:\/\/www.hackerrank.com\/*"
            ],
            "css": [
                "dark.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon\/dark_32.png",
        "default_title": "CoderVision for HackerRank",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}