SimpleSize

This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.

SimpleSizeคืออะไร?

SimpleSize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damien van Holten และคุณลักษณะหลักของมันคือ "This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat."

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

screenshot

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

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

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

                                            

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

ชื่อ SimpleSize SimpleSize
ID ojjhoepiggciiaepjpkfcielnimbfkhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh
คำอธิบาย This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
ขนาดไฟล์ 93.91 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-03-27
วันที่เผยแพร่ 2015-03-27
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Damien van Holten
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/scripts.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "SimpleSize",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}