center images

Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)

center imagesคืออะไร?

center images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zach Sampieri และคุณลักษณะหลักของมันคือ "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)"

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

screenshot
screenshot

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

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

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

                        This extension centers an image on the page when viewing a url of an image. If the page ends in a .jpg, .jpeg, .gif, or .png, the image will be centered on the page and the background will be changed to black instead of white. Unlike other similar extensions, this extension also works when viewing files stored on your local hard drive.                    

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

ชื่อ center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
คำอธิบาย Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
ขนาดไฟล์ 12.76 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2015-12-01
วันที่เผยแพร่ 2015-12-01
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Zach Sampieri
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "doit.js"
            ]
        }
    ],
    "description": "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)",
    "name": "center images",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1"
}