Screen Sizes

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

Screen Sizesคืออะไร?

Screen Sizes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grid-view.freefinancetools.net และคุณลักษณะหลักของมันคือ "This extension displays grid and measurement overlays for a design grid system."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Sizes

ดาวน์โหลดไฟล์ส่วนขยาย Screen Sizes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
}