火狐开发版

Mozilla recently released a new Developer Edition for web developers to use, but how much difference is there between it and the regular version of Firefox? Today’s SuperUser Q&A post has the answers to a curious reader’s question.

Mozilla最近发布了一个新的Developer Edition,供Web开发人员使用,但是它与Firefox的常规版本有什么区别? 今天的“超级用户问答”帖子回答了一个好奇的读者的问题。

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

今天的“问答”环节由SuperUser提供,它是Stack Exchange的一个分支,该社区是由社区驱动的Q&A网站分组。

问题 (The Question)

SuperUser reader Saurabh Lprocks wants to know what is different between the regular and developer editions of Firefox:

超级用户读者Saurabh Lprocks想了解Firefox普通版和开发版之间的区别:

Mozilla recently launched a new version of their web browser called Mozilla Firefox Developer Edition that is specifically geared toward web developers.

Mozilla最近推出了他们的Web浏览器的新版本,称为Mozilla Firefox Developer Edition,该版本专门针对Web开发人员。

I installed it, but I have not found much difference between the regular edition of Firefox and the developer edition. All the tools in the developer edition are also in the regular edition. I want to know what extras the developer edition comes with that the regular edition does not.

我安装了它,但是我发现普通版的Firefox和开发人员版之间没有太大区别。 开发人员版中的所有工具也均为普通版。 我想知道开发人员版本附带的普通版本没有的其他功能。

What are the differences between the regular and developer editions of Firefox?

Firefox普通版和开发版之间有什么区别?

答案 (The Answer)

SuperUser contributors blade19899 and Dave have the answer for us. First up, blade19899:

超级用户贡献者blade19899和Dave为我们提供了答案。 首先,blade19899:

The Firefox Developer Edition is a modified version of Firefox that is specifically designed for web developers. It also uses a separate profile from the regular version so that running them side-by-side is an option. That does mean that all your add-ons and settings will not be available in the Firefox Developer Edition, but you can use Firefox Sync to get your add-ons and settings synchronized on both versions.

Firefox开发人员版是Firefox的修改版本,专门为Web开发人员设计。 它还使用了与常规版本不同的配置文件,因此可以选择并行运行它们。 这确实意味着您所有的插件和设置都将在Firefox Developer Edition中不可用,但是您可以使用Firefox Sync来同步两个版本的插件和设置。

All features in the Firefox Developer Edition will be available 12 weeks before they are available in the regular version of Firefox.

Firefox开发人员版中的所有功能都将在普通版Firefox中提供12周。

Some features built into the Firefox Developer Edition that the regular version does not have are:

Firefox开发人员版内置的常规功能不具备的一些功能包括:

Web IDE

Web IDE

Web IDE allows you to develop, deploy, and debug web apps directly in your browser or on a Firefox OS device. It lets you create a new Firefox OS app (which is just a web app) from a template or open up the code of an existing app. From there you can edit the app’s files. It is one click to run the app in a simulator and one more to debug it with the developer tools. You can watch a video about Web IDE on YouTube here.

Web IDE使您可以直接在浏览器或Firefox OS设备上开发,部署和调试Web应用程序。 它使您可以从模板创建新的Firefox OS应用程序(仅仅是一个Web应用程序)或打开现有应用程序的代码。 在这里,您可以编辑应用程序的文件。 只需单击一下即可在模拟器中运行该应用程序,再单击一次即可使用开发人员工具对其进行调试。 你可以在YouTube上观看有关Web IDE的视频在这里。

Valence

Previously called Firefox Tools Adapter, Valence lets you develop and debug your app across multiple browsers and devices by connecting the Firefox developer tools to other major browser engines. Valence also extends the awesome tools built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include Inspector, Debugger, and Console & Style Editor. You can watch a video about Valence on YouTube here.

Valence以前称为Firefox Tools Adapter,通过将Firefox开发人员工具连接到其他主要浏览器引擎,您可以跨多个浏览器和设备开发和调试应用程序。 Valence还将用于调试Firefox OS和Firefox for Android的强大工具扩展到其他主要的移动浏览器,包括Android上的Chrome和iOS上的Safari。 到目前为止,这些工具包括Inspector,Debugger和Console&Style Editor。 你可以在YouTube上观看有关录像价这里。

Web Audio Editor

网络音频编辑器

The Web Audio Editor lets you inspect and interact with Web Audio APIs in real time to ensure that all audio nodes are connected in the way you expect.

Web音频编辑器使您可以实时检查Web音频API并与Web音频API交互,以确保所有音频节点均按您期望的方式连接。

You can look through my Q/A on Ask Ubuntu for a more in depth answer: How do I Install the Firefox Developer Edition?

您可以在Ask Ubuntu上查看我的Q / A,以获得更深入的答案:如何安装Firefox Developer Edition?

Followed by the answer from Dave:

随后是Dave的回答:

As I am sure you already know, it currently has these features out of the box:

相信您已经知道,目前它具有以下功能:

  • Web IDE – Allows you to develop, deploy, and debug web apps.Web IDE –允许您开发,部署和调试Web应用程序。
  • Responsive Design View – Lets you see how the website will look in different screen sizes.响应式设计视图–可让您查看网站在不同屏幕尺寸下的外观。
  • Valence – Debug in any browser (previously called Firefox Tools Adapter).价–在任何浏览器(以前称为Firefox Tools Adapter)中调试。
  • Web Audio Editor – Inspects web audio to ensure all audio nodes are connected as expected.Web音频编辑器–检查Web音频以确保所有音频节点均按预期连接。
  • Page Inspector – Examines HTML and CSS.页面检查器–检查HTML和CSS。
  • Web Console – See logged info and interact with web pages using JavaScript.Web控制台–查看记录的信息,并使用JavaScript与网页进行交互。
  • JavaScript Debugger – Debugs JavaScript.JavaScript调试器–调试JavaScript。
  • Network Monitor – See all network requests the browser makes and how long it takes.网络监视器–查看浏览器发出的所有网络请求以及所需的时间。
  • Style Editor – Edit CSS styles.样式编辑器–编辑CSS样式。

You can watch a general video introduction here.

您可以在此处观看常规视频介绍。

It also includes:

它还包括:

  • Firefox Hello – WebRTC (a tool allowing call and video chat with others from within the browser).Firefox Hello – WebRTC(一种允许从浏览器中与其他人进行通话和视频聊天的工具)。
  • Forget Button – Similar to clear history.忘记按钮–类似于清除历史记录。
  • Eyedropper – Lets you ‘snap’ colors from a web page.吸管–使您可以“捕捉”网页中的颜色。
  • Scratch Pad – A stand alone JS console for testing JavaScript snippets.Scratch Pad –一个独立的JS控制台,用于测试JavaScript代码段。
  • Connect – Lets you connect to a remote device.连接–使您可以连接到远程设备。

As you have likely noticed, some (most) of these features are already available in Firefox or via add-ons right now, and as time goes on, I suspect they will be available as plugins. For example, the Page Inspector, Console, Debugger, and a few more features are already part of the Firebug add-on.

您可能已经注意到,其中的某些(大多数)功能已在Firefox或通过附加组件提供,并且随着时间的流逝,我怀疑它们将作为插件提供。 例如,页面检查器,控制台,调试器和其他一些功能已经成为Firebug附加组件的一部分。

As for changing screen sizes and CSS, I use a tool called Developer Toolbar.

至于更改屏幕尺寸和CSS,我使用了一个称为Developer Toolbar的工具。

I have used the Firefox Developer Edition as a web developer and designer and it just feels like Firefox with plugins designed to suit a web designer (which is what I think they were aiming for). I am personally more interested in seeing how it develops.

我曾经将Firefox Developer Edition作为Web开发人员和设计师使用,感觉就像Firefox带有旨在适合Web设计人员的插件(这是我认为他们的目标)。 我个人对观察它的发展更感兴趣。

At the moment, it feels very similar to the debugger already built into Chrome and Internet Explorer 11 (although I have not tried every feature yet).

目前,它感觉与Chrome和Internet Explorer 11中已内置的调试器非常相似(尽管我尚未尝试所有功能)。

You can also view the Firefox Developer Edition notes for more detail.

您也可以查看Firefox Developer Edition注释以获取更多详细信息。



Have something to add to the explanation? Sound off in the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.

有什么补充说明吗? 在评论中听起来不错。 是否想从其他精通Stack Exchange的用户那里获得更多答案? 在此处查看完整的讨论线程。

翻译自: https://www.howtogeek.com/203225/what-is-the-difference-between-the-regular-and-developer-editions-of-firefox/

火狐开发版

火狐开发版_Firefox普通版和开发版之间有什么区别?相关推荐

  1. 数据仓库工程师、大数据开发工程师、BI工程师、ETL工程师之间有什么区别?

    商务智能.商务智能工程师是商业智能行业的工程师.从需求分析师到数据仓库架构师.ETL工程师.数据分析工程师.报表开发工程师.数据挖掘工程师等,都可以称为BI工程师. ETL工程师:从事系统编程.数据库 ...

  2. 数据仓库工程师、大数据开发工程师、BI工程师、ETL工程师之间有什么区别?...

    商务智能.商务智能工程师是商业智能行业的工程师.从需求分析师到数据仓库架构师.ETL工程师.数据分析工程师.报表开发工程师.数据挖掘工程师等,都可以称为BI工程师. ETL工程师:从事系统编程.数据库 ...

  3. 野火开发版屏幕_鸿蒙OS手机版正式发布!副总裁现场表态:我们已经准备好了...

    智东西(公众号:zhidxcom) 作者 | 云鹏 编辑 | 漠影 智东西12月16日消息,刚刚华为正式发布了鸿蒙OS 2.0手机开发者Beta版,不过该版本仅开发者可以下载,消费者想要体验手机端的鸿 ...

  4. 《Linux嵌入式实时应用开发实战(原书第3版)》——1.6 资源

    本节书摘来自华章计算机<Linux嵌入式实时应用开发实战(原书第3版)>一书中的第1章,第1.6节,作者:(美)Doug Abbott 更多章节内容可以访问云栖社区"华章计算机& ...

  5. 《Linux嵌入式实时应用开发实战(原书第3版)》——第2章 安装Linux2.1 发行版...

    本节书摘来自华章计算机<Linux嵌入式实时应用开发实战(原书第3版)>一书中的第2章,第2.1节,作者:(美)Doug Abbott 更多章节内容可以访问云栖社区"华章计算机& ...

  6. 《Linux嵌入式实时应用开发实战(原书第3版)》——3.5 Linux文件系统

    本节书摘来自华章计算机<Linux嵌入式实时应用开发实战(原书第3版)>一书中的第3章,第3.5节,作者:(美)Doug Abbott 更多章节内容可以访问云栖社区"华章计算机& ...

  7. 《精通Linux设备驱动程序开发》——1.5 Linux发行版

    本节书摘来自异步社区<精通Linux设备驱动程序开发>一书中的第1章,第1.5节,作者:[印]Sreekrishnan Venkateswaran(斯里克里斯汉 温卡特斯瓦兰)著,更多章节 ...

  8. python项目开发实战网盘-python项目开发实战 第2版

    python项目开发实战 第2版是一本Python项目开发流程实战手册,由日本BePROUD股份有限公司编著.本书的内容全部基于python开发事实,全部都是BeProud员工实际尝试.实践过的,可以 ...

  9. 《ArcGIS Engine 地理信息系统开发从入门到精通(第二版)》——6.7 本章小结

    本节书摘来自异步社区<ArcGIS Engine 地理信息系统开发从入门到精通(第二版)>一书中的第6章,第6.6节,作者: 邱洪钢 , 张青莲 , 熊友谊 更多章节内容可以访问云栖社区& ...

最新文章

  1. Beta--冲刺阶段合集
  2. mysql blob 存储乱码_mysql 保存 blob 类型数据 乱码 解决
  3. ACM在线测评系统评测程序设计与python实现
  4. MySQL数据库:锁机制
  5. C++string详解
  6. spring整合hibernate的applicationContext.xml文件配置以及web.xml
  7. 云场景实践研究第37期:悦跑圈
  8. 佩戴口罩、洗手消毒引导正确防疫插画素材
  9. 简要说明php数组的类型,php数组的概述及分类与声明代码演示
  10. 妄撮小游戏的开发思想-Android开发资料-《妄撮(撕开美女衣服)》游戏源代码外传...
  11. 解决vs2008安装问题 Office 2007 Microsoft Visual Studio Web 创作组件 安装失败
  12. 如何获得onblur中的值_js中onfocus、onblur事件
  13. 如何给PDF文件添加水印?
  14. scanf()函数的使用
  15. ubuntu 命令行关机
  16. 英文产品网站的搜索引擎推广
  17. singer页面点击歌手singer是跳转到singer-detail的设置
  18. Web3时代加密元宇宙才是唯一可行的道路
  19. ECharts - 获取全国省市区地区geo json
  20. 第十八天:WEB攻防-ASP安全MDB下载植入IIS短文件名写权限解析

热门文章

  1. 提取epub文件中的图片名字,重命名
  2. Cesium解决传感器抖动问题
  3. 《knowledge graph embedding:a survey of approaches and applications》论文阅读
  4. sip 时序图_教你如何看懂时序图(小白如何快速轻松的看懂时序图)
  5. python 修改PE文件头
  6. 苹果开发者账号Apple ID如何进行资料修改?
  7. 智能客服话术设计思路
  8. 五笔中三个字的词组打法
  9. 大彩科技串口屏串口通讯问题解决记录
  10. MySQL——创建表