Dev Hopper
Quickly jump between development, staging and production servers. For develhoppers.
What is Dev Hopper?
Dev Hopper is a Chrome extension developed by Dean Sofer, and its main feature is "Quickly jump between development, staging and production servers. For develhoppers.".
Extension Screenshots
Download Dev Hopper Extension CRX File
Download Dev Hopper 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
Quickly jump between Development, Staging, Testing and Production servers from within the same page. Allows you to specify Regular Expression for more complex environment detection. https://github.com/ProLoser/Chrome-Server-Switcher
Extension Basic Information
Name | Dev Hopper |
ID | ggccleebfnpajcgbamimmkdcmlahkiio |
Official URL | https://chromewebstore.google.com/detail/dev-hopper/ggccleebfnpajcgbamimmkdcmlahkiio |
Description | Quickly jump between development, staging and production servers. For develhoppers. |
File Size | 92.86 KB |
Installation Count | 39 |
Current Version | 0.0.4 |
Last Updated | 2015-06-22 |
Publish Date | 2015-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Dean Sofer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ProLoser/Chrome-Server-Switcher |
Help Page URL | https://github.com/ProLoser/Chrome-Server-Switcher |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dev Hopper", "version": "0.0.4", "manifest_version": 2, "description": "Quickly jump between development, staging and production servers. For develhoppers.", "homepage_url": "https:\/\/github.com\/ProLoser\/Chrome-Server-Switcher", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "page_action": { "default_title": "Change Server", "default_icon": "icons\/icon48.png", "default_popup": "src\/popup.html" }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "permissions": [ "tabs", "storage" ] } |