Hops

This extension will help you to navigate through your java classes just like you do in your IDE.

What is Hops?

Hops is a Chrome extension developed by droidchef, and its main feature is "This extension will help you to navigate through your java classes just like you do in your IDE.".

Extension Screenshots

screenshot

Download Hops Extension CRX File

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

                                            

Extension Basic Information

Name Hops Hops
ID bbcefpmcbekfkncmcpbkkmdjkkdkkogi
Official URL https://chromewebstore.google.com/detail/hops/bbcefpmcbekfkncmcpbkkmdjkkdkkogi
Description This extension will help you to navigate through your java classes just like you do in your IDE.
File Size 39.97 KB
Installation Count 150
Current Version 1.1.1
Last Updated 2017-04-26
Publish Date 2017-04-26
Rating 4.75/5 Total 8 Ratings
Developer droidchef
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hops",
    "description": "This extension will help you to navigate through your java classes just like you do in your IDE.",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "content.js",
                "jquery-1.11.3.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.github.com\/*",
        "background"
    ]
}