Screen Size

Calculate screen size and resolution.

Screen Sizeคืออะไร?

Screen Size เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.omega.url.tw และคุณลักษณะหลักของมันคือ "Calculate screen size and resolution."

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

screenshot
screenshot
screenshot

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

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

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

                        Screen Size is a handy tool for UI designers or engineers.
Enter screen size in pixel and diagonal in inch, get screen size in inch/cm and resolution in ppi.
Common screen sizes are included.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Screen Size Screen Size
ID dibjkbohhllnokliflkbicfdeommfgpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-size/dibjkbohhllnokliflkbicfdeommfgpg
คำอธิบาย Calculate screen size and resolution.
ขนาดไฟล์ 19.14 KB
จำนวนการติดตั้ง 4,291
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2013-07-30
วันที่เผยแพร่ 2013-07-30
คะแนน 2.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://www.omega.url.tw
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Size",
    "version": "2.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Calculate screen size and resolution.",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Screen Size",
        "default_popup": "screensize.html"
    },
    "web_accessible_resources": [
        "about.png",
        "close.png",
        "copy.png",
        "icon16.png",
        "icon19.png",
        "icon38.png",
        "icon48.png",
        "icon128.png",
        "screensize.js"
    ]
}