Center images

Center images over a dark background (like Firefox)

Center images क्या है?

Center images https://dam.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Center images over a dark background (like Firefox)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Center images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}