Browser Name | Description | Result |
---|---|---|
navigator.platform | Client System | |
navigator.appName | Browser name | |
navigator.appVersion | Returns browser version information | |
window.screen.height | Display Height | px |
window.screen.width | Display Width | px |
window.screen.colorDepth | Screen Setting Colour Bits | |
navigator.appCodeName | Return to Browser Code Name | |
navigator.vendor | Returns browser manufacturer information | |
navigator.userAgent | Returns browser and version information, including navigator.appVersion information. | |
navigator.onLine | Returns whether the browser is connected to the network | |
navigator.language | Returns the default language of the browser | |
navigator.product | Return to Browser Product Name | |
navigator.productSub | Return to Browser Product Information | |
navigator.cookieEnabled | Whether cookies are enabled in the browser | |
navigator.mimeTypes.length | Number of MIME types in the browser | |
navigator.mimeTypes | List of supported MIME types for the browser | |
navigator.plugins.length | Number of plug-ins installed in the browser | |
navigator.plugins | List of browser installed plugin information |
This tool through JavaScript technology to instantly obtain and display all kinds of technical parameters of the client device, without installing any software can be directly viewed in the web page details.
• Developers debugging responsive web design
• Technical support staff to quickly diagnose the client environment
• General users understand their browser configuration
• Data analysts collecting samples of device information
All data is processed locally and no private information is uploaded or stored. It is recommended that you refresh the page when you need to retrieve client information to ensure the accuracy of the data.
Note: Some browsers may restrict access to some information, and the integrity of the results will depend on your browser's security policy settings.