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 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 फ़ाइल डाउनलोड करें

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

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

                        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"
}