Google Search Align Middle

Set Google Search Results Middle

Google Search Align Middle란 무엇입니까?

Google Search Align Middle은(는) bakjuna에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set Google Search Results Middle"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Search Align Middle 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When you use 21:9 ration monitor or larger, you might feel google is little bit awkward because it aligns left. This simple app makes google align middle. No additional functionality, No poor porformance.
I'm thinking of upgrading it to make google search engine customizable. You can enjoy what I am doing after you download.                    

확장 프로그램 기본 정보

이름 Google Search Align Middle Google Search Align Middle
ID ingonpbkildciijflkcapfmgbfkebckp
공식 URL https://chromewebstore.google.com/detail/google-search-align-middl/ingonpbkildciijflkcapfmgbfkebckp
설명 Set Google Search Results Middle
파일 크기 17.02 KB
설치 횟수 206
현재 버전 0.9
최근 업데이트 2020-10-03
출시 날짜 2020-09-12
평점 4.50/5 총 6 개의 평점
개발자 bakjuna
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Align Middle",
    "description": "Set Google Search Results Middle",
    "version": "0.9",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [],
    "icons": {
        "16": "\/16-google-search-modifier.png",
        "32": "\/32-google-search-modifier.png",
        "64": "\/64-google-search-modifier.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.com\/search*",
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}