ViewportDimension

This extension displays Chrome’s viewport dimensions when resizing the browser window.

ViewportDimensionคืออะไร?

ViewportDimension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Braincompiler และคุณลักษณะหลักของมันคือ "This extension displays Chrome’s viewport dimensions when resizing the browser window."

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

screenshot

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

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

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

                        This extension displays _just_ Chrome’s viewport dimensions when resizing the browser window. It does nothing else. For those who just want to have this exact feature. It is shown immediately while resizing the window and disappears after 5 seconds.
In a later release there will be some settings for the position and appearance.                    

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

ชื่อ ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
คำอธิบาย This extension displays Chrome’s viewport dimensions when resizing the browser window.
ขนาดไฟล์ 11.66 KB
จำนวนการติดตั้ง 835
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-04-13
วันที่เผยแพร่ 2017-04-13
คะแนน 3.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Braincompiler
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://braincompiler.de
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser window.",
    "manifest_version": 2,
    "name": "ViewportDimension",
    "version": "0.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}