---
title: ফায়ারফক্স ডেভেলপার টুল
slug: Tools
tags:
- NeedsReview
translation_of: Tools
---
{{ToolsSidebar}}
ডেস্কটপ এবং মোবাইলে HTML, CSS এবং জাভাস্ক্রিপ্ট পরীক্ষা, সম্পাদন এবং ডিবাগ করুন
ফায়ারফক্স অরোরা ইন্সটল করুন
অরোরাতে নতুন কি আছে?
অরোরা হচ্ছে ফায়ারফক্সের প্রিভিউ বিল্ড, যেখানে আপনি যেকোনো নতুন ফিচার সর্বসাধারণের জন্য উন্মুক্ত করার আগেই ব্যবহারের সুযোগ পাবেন। বর্তমান অরোরাতে ডেভেলপার টুলসে নিচের আপডেট সমূহ রয়েছে:
আপনার আইডিয়া শেয়ার করুন
আপনার আইডিয়া শেয়ার করুন
ডেভেলপার টুলসে নতুন ফিচারের জন্য অনুরোধ করুন অথবা অন্যান্য ডেভেলপারের আবেদন করা আইডিয়ার জন্য ভোট করুন।
তৈরি করা
ওয়েবসাইট এবং ওয়েব অ্যাপ এর জন্য অথরিং টুলস।
- স্ক্র্যাচপ্যাড
- ফায়ারফক্স এর ভেতরে একটি টেক্সট এডিটর দেয়া আছে যা আপনাকে জাভাস্ক্রিপ্ট লিখতে এবং এক্সিকিউট করতে দেয়।
- স্টাইল এডিটর
- বর্তমান পেজ এর CSS স্টাইল দেখুন এবং এডিট করুন।
- শেডার এডিটর
- WebGL এর ব্যবহার করা ফ্র্যাগমেন্ট শেডার সহ সবকিছু দেখুন এবং সম্পাদনা করুন
- ওয়েব অডিও এডিটর
- একটি অডিও কনটেক্সটে অডিও নোডের গ্রাফ পরীক্ষা করুন এবং তাদের প্যারামিটার পরিবর্তন করুন।
এক্সপ্লোর ও ডিবাগ করুন
Examine, explore, and debug websites and web apps.
- Web Console
- See messages logged a web page, and interact with the page using JavaScript.
- পেজ ইন্সপেক্টর
- এইচটিএমএল , সিএসএস দেখতে এবং সম্পাদন করতে সহায়তা করে
- JavaScript Debugger
- Stop, step through, examine and modify the JavaScript running in a page.
- Network Monitor
- See the network requests made when a page is loaded.
- Storage Inspector
- Inspect cookies, local storage, indexedDB and session storage present in a page.
- Developer Toolbar
- A command-line interface for the developer tools.
- 3D View
- 3D visualization of the page.
- Eyedropper
- Select a color from the page.
- Working with iframes
- How to target a particular iframe.
মোবাইল
মোবাইল ডেভেলপ করার টুলস সমূহ.
- অ্যাপ ম্যানেজার
- ফায়ারফক্স ওএস অ্যাপ ডিজাইন এবং ডেভেলপ।
- WebIDE
- অ্যাাপ ম্যানেজারের প্রতিস্তাপক যা ফায়ারফক্স ৩৩ ভার্সন থেকে শুরু হয়েছে।
- Firefox OS Simulator
- Run and debug your Firefox OS app on the desktop, without needing a real Firefox OS device.
- Responsive Design View
- See how your website or app will look on different screen sizes without changing the size of your browser window.
- Debugging on Firefox for Android
- Connect the developer tools to Firefox for Android.
Debugging the browser
By default, the developer tools are attached to a web page or web app. But you can also connect them to the browser as a whole. This is useful for browser and add-on development.
- Browser Console
- See messages logged by the browser itself and add-ons, and run JavaScript code in the browser's scope.
- Browser Toolbox
- Attach the Developer Tools to the browser itself.
The developer tools are designed to be extensible. Firefox add-ons can access the developer tools and the components they use to extend existing tools and add new tools. With the remote debugging protocol you can implement your own debugging clients and servers, enabling you to debug websites using your own tools or to debug different targets using the Firefox tools.
- Remote Debugging Protocol
- The protocol used to connect the Firefox Developer Tools to a debugging target like an instance of Firefox or a Firefox OS device.
- Source Editor
- A code editor built into Firefox that can be embedded in your add-on.
- The
Debugger
Interface
- An API that lets JavaScript code observe the execution of other JavaScript code. The Firefox Developer Tools use this API to implement the JavaScript debugger.
- Web Console custom output
- How to extend and customize the output of the Web Console and the Browser Console.
More resources
This section lists resources which aren't maintained by Mozilla's developer tools team, but which are widely used by web developers. We've included a few Firefox add-ons in this list, but for the complete list see the “Web Development” category on addons.mozilla.org.
- Firebug
- A very popular and powerful web development tool, including a JavaScript debugger, HTML and CSS viewer and editor, and network monitor.
- DOM Inspector
- Inspect, browse, and edit the DOM of web pages or XUL windows.
- Web Developer
- Adds a menu and a toolbar to the browser with various web developer tools.
- Webmaker Tools
- A set of tools developed by Mozilla, aimed at people getting started with Web development.
- W3C Validators
- The W3C website hosts a number of tools to check the validity of your website, including its HTML and CSS.
- JSHint
- JavaScript code analysis tool.