What Is My Screen Resolution

Are you want to know what is your screen resolution? Using this extension, check your screen/monitor resolution instantly for free!

What Is My Screen Resolution란 무엇입니까?

What Is My Screen Resolution은(는) https://www.whatismyscreenresolution.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Are you want to know what is your screen resolution? Using this extension, check your screen/monitor resolution instantly for free!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

What Is My Screen Resolution 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you are looking for a Chrome Extension to know what is my screen resolution, then you are in the right place. It helps you to find out the screen resolution of your computer/laptop monitor (Windows 11/10/8/7 or Mac), Android Phone, iPhone, iPad, MacBook, tablet or any display device in pixels.

It's simple and easy, there is no need to do to find out your screen resolution.

What Is Screen Resolution?

A computer screen uses millions of pixels to display images. These pixels are arranged in a grid horizontally and vertically. The number of pixels horizontally and vertically is shown as the screen resolution.

Screen resolution is typically written as 1024 x 768 (or 1366 x 768, 1920 x 1080). This means that the screen has 1024 pixels horizontally and 768 pixels vertically (or 1366 pixels horizontally and 768 pixels vertically, and so on).

How to check your device Screen Resolution?

1. Just (Add to Chrome) install the extension, 
2. Click on the icon, it will be open on the new page. 
3. Then, there you will see the number that represents you're currently using screen/monitor resolution (in pixels width and height).

Enjoy the extenion!

Thanks :)                    

확장 프로그램 기본 정보

이름 What Is My Screen Resolution What Is My Screen Resolution
ID odpgppmgiahoicodgkpmclebdbnbfcnc
공식 URL https://chromewebstore.google.com/detail/what-is-my-screen-resolut/odpgppmgiahoicodgkpmclebdbnbfcnc
설명 Are you want to know what is your screen resolution? Using this extension, check your screen/monitor resolution instantly for free!
파일 크기 9.92 KB
설치 횟수 2,667
현재 버전 1.0.0
최근 업데이트 2022-03-12
출시 날짜 2021-12-12
평점 3.00/5 총 2 개의 평점
개발자 https://www.whatismyscreenresolution.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.whatismyscreenresolution.org/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "What Is My Screen Resolution",
    "description": "Are you want to know what is your screen resolution? Using this extension, check your screen\/monitor resolution instantly for free!",
    "offline_enabled": true,
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png",
        "32": "icon\/32.png",
        "16": "icon\/16.png"
    },
    "action": {
        "default_icon": {
            "128": "icon\/128.png",
            "48": "icon\/48.png",
            "32": "icon\/32.png",
            "16": "icon\/16.png"
        }
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}