Hops

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

Wat is Hops?

Hops is een Chrome-extensie ontwikkeld door droidchef, en de belangrijkste functie is "This extension will help you to navigate through your java classes just like you do in your IDE.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hops

Download Hops-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Hops Hops
ID bbcefpmcbekfkncmcpbkkmdjkkdkkogi
Officiële URL https://chromewebstore.google.com/detail/hops/bbcefpmcbekfkncmcpbkkmdjkkdkkogi
Beschrijving This extension will help you to navigate through your java classes just like you do in your IDE.
Bestandsgrootte 39.97 KB
Aantal Installaties 150
Huidige Versie 1.1.1
Laatst Bijgewerkt 2017-04-26
Publicatiedatum 2017-04-26
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar droidchef
Betalingswijze free
Ondersteunde Talen 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"
    ]
}