Hops
This extension will help you to navigate through your java classes just like you do in your IDE.
Vad är Hops?
Hops är en Chrome-tillägg utvecklad av droidchef, och dess huvudfunktion är "This extension will help you to navigate through your java classes just like you do in your IDE.".
Tilläggsskärmbilder
Ladda ner Hops-förlängningens CRX-fil
Ladda ner Hops-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Hops |
ID | bbcefpmcbekfkncmcpbkkmdjkkdkkogi |
Officiell webbadress | https://chromewebstore.google.com/detail/hops/bbcefpmcbekfkncmcpbkkmdjkkdkkogi |
Beskrivning | This extension will help you to navigate through your java classes just like you do in your IDE. |
Filstorlek | 39.97 KB |
Antal Installationer | 150 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2017-04-26 |
Publiceringsdatum | 2017-04-26 |
Betyg | 4.75/5 Totalt 8 Betyg |
Utvecklare | droidchef |
Betalningssätt | free |
Stödda Språk | 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" ] } |