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

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

                        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?*"
            ]
        }
    ]
}