Center images

Center images over a dark background (like Firefox)

Center imagesคืออะไร?

Center images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dam.io และคุณลักษณะหลักของมันคือ "Center images over a dark background (like Firefox)"

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

screenshot

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

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

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

                        User reviews:

"Nice work man, really digging it!"
- /u/U_WAT_MATE

"Hey man just wanted to say well done, I'm really happy with this extension :)"
- /u/hippity_dippity123


New in 0.6.3:
 - add french translation, vive le fromage !

New in 0.6.2:
 - fix centering of video/audio pages

New in 0.6.1:
- works with videos and add light shadow behind
- no black background when printing

New in 0.5.2:
- turn on offline mode

New in 0.5.1:
- works now with github raw viewer (and other websites with strict CSP)

New in 0.5:
- add light background to show transparency

New in 0.4:
- support ALL the images format
- support ALL image urls, no more triggering via the url extension
- better background (with light noise)

New in 0.3:
- fix extension not loading after chrome bug
- new fancy icon

New in 0.2:
- injert style before page loading, no more white flash for big images

New in 0.1.3:
- support local files viewing
- support gifv

New in 0.1.2:
- only load on chrome image viewer
- no more cutoff for big images

Source code is at https://github.com/mdamien/chrome-extension-image-center                    

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

ชื่อ Center images Center images
ID damadkdlkdhpeeehnobhpeifjnmfkkjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/center-images/damadkdlkdhpeeehnobhpeifjnmfkkjg
คำอธิบาย Center images over a dark background (like Firefox)
ขนาดไฟล์ 26.76 KB
จำนวนการติดตั้ง 1,467
เวอร์ชันปัจจุบัน 0.6.3
อัปเดตครั้งล่าสุด 2016-08-25
วันที่เผยแพร่ 2016-08-25
คะแนน 4.60/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา https://dam.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mdamien/chrome-extension-image-center/
URL หน้าช่วยเหลือ https://github.com/mdamien/chrome-extension-image-center/issues
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.6.3",
    "permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/i.imgur.com\/*.gifv",
                "*:\/\/i.imgur.com\/*.GIFV"
            ],
            "css": [
                "gifv.css"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}