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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

center images 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}