Qual è la differenza tra le edizioni regolari e sviluppatore di Firefox?

Sommario:

Qual è la differenza tra le edizioni regolari e sviluppatore di Firefox?
Qual è la differenza tra le edizioni regolari e sviluppatore di Firefox?

Video: Qual è la differenza tra le edizioni regolari e sviluppatore di Firefox?

Video: Qual è la differenza tra le edizioni regolari e sviluppatore di Firefox?
Video: MinecraftPE➡COME CAMBIARE VERSIONE IN POCHI MINUTI+COME FARE IL BACKUP DEL GIOCO ! Dowload versioni - YouTube 2024, Aprile
Anonim
Mozilla ha recentemente rilasciato una nuova Developer Edition per gli sviluppatori web da utilizzare, ma quanta differenza c'è tra questa e la versione normale di Firefox? Il post di Q & A di SuperUser di oggi ha le risposte alla domanda di un lettore curioso.
Mozilla ha recentemente rilasciato una nuova Developer Edition per gli sviluppatori web da utilizzare, ma quanta differenza c'è tra questa e la versione normale di Firefox? Il post di Q & A di SuperUser di oggi ha le risposte alla domanda di un lettore curioso.

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

La domanda

Lettore SuperUser Saurabh Lprocks vuole sapere cosa c'è di diverso tra le edizioni regolari e sviluppatore di Firefox:

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

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.

Quali sono le differenze tra le edizioni regolari e sviluppate di Firefox?

La risposta

I contributori SuperUser blade19899 e Dave hanno la risposta per noi. Innanzitutto, lama19899:

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.

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

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

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.

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.

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.

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

Seguito dalla risposta di 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.
  • 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).
  • Web Audio Editor – Inspects web audio to ensure all audio nodes are connected as expected.
  • Page Inspector – Examines HTML and CSS.
  • Web Console – See logged info and interact with web pages using JavaScript.
  • JavaScript Debugger – Debugs JavaScript.
  • Network Monitor – See all network requests the browser makes and how long it takes.
  • Style Editor – Edit CSS styles.

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).
  • 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.
  • 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.

As for changing screen sizes and CSS, I use a tool called 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.

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).

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

Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: