Dev Hopper
Quickly jump between development, staging and production servers. For develhoppers.
什么是Dev Hopper?
Dev Hopper是由Dean Sofer开发的Chrome扩展程序,该扩展的主要功能是“Quickly jump between development, staging and production servers. For develhoppers.”。
扩展截图
下载Dev Hopper扩展crx文件
下载Dev Hopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Dev Hopper |
ID | ggccleebfnpajcgbamimmkdcmlahkiio |
官方URL | https://chromewebstore.google.com/detail/dev-hopper/ggccleebfnpajcgbamimmkdcmlahkiio |
简介 | Quickly jump between development, staging and production servers. For develhoppers. |
文件大小 | 92.86 KB |
安装次数 | 39 |
当前版本 | 0.0.4 |
更新时间 | 2015-06-22 |
上架时间 | 2015-06-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Dean Sofer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ProLoser/Chrome-Server-Switcher |
帮助页面URL | https://github.com/ProLoser/Chrome-Server-Switcher |
支持的语言 | 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" ] } |