Full Width Image

Constrain a single image in your browser to be full width. Useful for implementing design mocks.

Full Width Imageคืออะไร?

Full Width Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benwigley และคุณลักษณะหลักของมันคือ "Constrain a single image in your browser to be full width. Useful for implementing design mocks."

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

screenshot
screenshot

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

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

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

                        Important: This will only affect actual images opened in Chrome, not images in a web page.

Step 1: Open the extensions page and check "Allow access to file URLs".
Step 2: Open an image from your computer in Chrome.
Step 3: Click the Full Width Image extension.

Done, your image is now the full width of the browser window.                    

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

ชื่อ Full Width Image Full Width Image
ID cgmaeamcgkeplffocalahmnlembaicfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-width-image/cgmaeamcgkeplffocalahmnlembaicfe
คำอธิบาย Constrain a single image in your browser to be full width. Useful for implementing design mocks.
ขนาดไฟล์ 44.76 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2015-09-27
วันที่เผยแพร่ 2015-09-27
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา benwigley
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Image",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Constrain a single image in your browser to be full width. Useful for implementing design mocks.",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19_gray.png",
            "38": "icons\/38x38_gray.png",
            "48": "icons\/48x48_gray.png",
            "128": "icons\/128x128_gray.png"
        },
        "default_title": "Full Width Image"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}