Page Align Center

Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites.

Page Align Center란 무엇입니까?

Page Align Center은(는) Pisi Pisi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites."입니다.

확장 프로그램 스크린샷

screenshot

Page Align Center 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Useful for ultrawide and big screens. Center pages and align pages as you like.
 1. Click on extension 
 2.  Slide and set your website centering.
 3. Save it :)

 (4). You can set same website with different configurations via adding keywords. And you can update the website centering with same configuration.

* Thank you for feedbacks. I'll update extension soon. 
 -  Next Release Note, restarting won't reset the centered & saved websites.

This extension is open to development. Please do not hesitate to make suggestions.

Important Note:  Extension won't center the chrome web store(where you downloaded the extension)                    

확장 프로그램 기본 정보

이름 Page Align Center Page Align Center
ID neckdhljenflakkgcbidcnbdjjbpllnk
공식 URL https://chromewebstore.google.com/detail/page-align-center/neckdhljenflakkgcbidcnbdjjbpllnk
설명 Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites.
파일 크기 108 KB
설치 횟수 1,153
현재 버전 1.4
최근 업데이트 2023-04-03
출시 날짜 2020-04-27
평점 4.00/5 총 19 개의 평점
개발자 Pisi Pisi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://oguzozgen.github.io/oguz-p/
도움말 페이지 URL https://oguzozgen.github.io/oguz-p/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Align Center",
    "description": "Page Align Center is center pages on website. It's useful for ultra wide screen or left side aligned websites.",
    "version": "1.4",
    "author": "Oguz Ozgen",
    "icons": {
        "512": "img\/icon512.png",
        "256": "img\/icon256.png",
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "32": "img\/icon32.png",
        "24": "img\/icon24.png",
        "16": "img\/icon16.png"
    },
    "page_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": ".\/views\/popup\/popup.html",
        "default_title": "Page Align Center"
    },
    "background": {
        "scripts": [
            ".\/dependencies\/jquery-3.1.1.min.js",
            ".\/dependencies\/underscore-min.js",
            ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.js",
            ".\/helpers\/helperCommon.js",
            ".\/views\/background\/eventPage.js"
        ],
        "css": [
            ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.css"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/dependencies\/jquery-3.1.1.min.js",
                ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.js",
                ".\/helpers\/helperCommon.js",
                ".\/views\/content\/content.js"
            ],
            "css": [
                ".\/dependencies\/bootstrap-switch\/bootstrap-switch.min.css",
                ".\/views\/content\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "webNavigation"
    ]
}