Screen Sizes

This extension displays grid and measurement overlays for a design grid system.

Screen Sizes란 무엇입니까?

Screen Sizes은(는) https://grid-view.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays grid and measurement overlays for a design grid system."입니다.

확장 프로그램 스크린샷

screenshot

Screen Sizes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A tool for designers to measure screen dimensions.

This extension measures the dimensions from your mouse pointer up/down and left/right until it hits a border.

This extension is great for designers who need to ensure their website/app designs are pixel perfect.

Measure between the following elements: images, input-fields, buttons, videos, gifs, text, icons. You can measure everything you see in the browser.

Try it out today. To begin using the software, here is what you need to do

Install our software extension
Navigate to the website where you wish to begin using the software
Click on the extension icon at the top right corner to activate the software
Begin measuring the dimensions of the image/button etc.                    

확장 프로그램 기본 정보

이름 Screen Sizes Screen Sizes
ID jdfghifofmbjplibeldibgjkhojgdpdf
공식 URL https://chromewebstore.google.com/detail/screen-sizes/jdfghifofmbjplibeldibgjkhojgdpdf
설명 This extension displays grid and measurement overlays for a design grid system.
파일 크기 107 KB
설치 횟수 5,448
현재 버전 3.0.0
최근 업데이트 2022-09-21
출시 날짜 2020-07-11
평점 4.69/5 총 16 개의 평점
개발자 https://grid-view.freefinancetools.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://grid-view.freefinancetools.net
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Activate the extension",
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        },
        "toggle-columns": {
            "description": "Toggle columns",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        },
        "toggle-lines": {
            "description": "Toggle lines",
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            }
        }
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "icons\/Logo128.png",
        "16": "icons\/Logo16.png",
        "48": "icons\/Logo48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/css\/grid.css",
                "src\/css\/report.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup.html"
    },
    "homepage_url": "https:\/\/grid-view.dllplayer.com\/"
}