Hva er forskjellen mellom den vanlige og utviklerutgaven av Firefox?

Innholdsfortegnelse:

Hva er forskjellen mellom den vanlige og utviklerutgaven av Firefox?
Hva er forskjellen mellom den vanlige og utviklerutgaven av Firefox?

Video: Hva er forskjellen mellom den vanlige og utviklerutgaven av Firefox?

Video: Hva er forskjellen mellom den vanlige og utviklerutgaven av Firefox?
Video: I Made Elden Ring Clone In 1 Week (Unreal Engine 5) - YouTube 2024, April
Anonim
Mozilla har nylig lansert en ny utviklerutgave for webutviklere å bruke, men hvor stor forskjell er det mellom den og den vanlige versjonen av Firefox? Dagens SuperUser Q & A innlegg har svar på en nysgjerrig leser spørsmål.
Mozilla har nylig lansert en ny utviklerutgave for webutviklere å bruke, men hvor stor forskjell er det mellom den og den vanlige versjonen av Firefox? Dagens SuperUser Q & A innlegg har svar på en nysgjerrig leser spørsmål.

Dagens Spørsmål & Svar-sesjon kommer til oss med høflighet av SuperUser-en underavdeling av Stack Exchange, en fellesskapsdrevet gruppering av Q & A-nettsteder.

Spørsmålet

SuperUser leser Saurabh Lprocks vil vite hva som er forskjellig mellom de vanlige og utviklerutgavene av 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.

Hva er forskjellene mellom den vanlige og utviklerutgaven av Firefox?

Svaret

SuperUser bidragsytere blade19899 og Dave har svaret for oss. Først opp, blad19899:

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?

Etterfulgt av svaret fra 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.

Har du noe å legge til forklaringen? Lyder av i kommentarene. Vil du lese flere svar fra andre tech-savvy Stack Exchange-brukere? Sjekk ut hele diskusjonstråden her.

Anbefalt: