Center Google Search Results

Move the search results from the left of the screen to the center of the screen.

Center Google Search Resultsคืออะไร?

Center Google Search Results เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Move the search results from the left of the screen to the center of the screen."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Center Google Search Results

ดาวน์โหลดไฟล์ส่วนขยาย Center Google Search Results ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will change the style of your google search results, best suited for larger screens/resolutions. On a 4k monitor you may notice the google search results are placed on the left of the screen leaving a lot of blank space on the right, this extension will move the text into the center of the screen, filling in that void.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
คำอธิบาย Move the search results from the left of the screen to the center of the screen.
ขนาดไฟล์ 3.1 KB
จำนวนการติดตั้ง 2,250
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-04-11
วันที่เผยแพร่ 2020-04-10
คะแนน 3.30/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Google Search Results",
    "author": "Elisha Tanoi",
    "version": "1.0.0",
    "description": "Move the search results from the left of the screen to the center of the screen.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?*"
            ]
        }
    ]
}