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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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