Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

ما هو Google Search Console Full Width؟

Google Search Console Full Width هو إضافة Chrome تم تطويرها بواسطة https://codeseo.io، والميزة الرئيسية لها هي "Makes the content area in Google Search Console Full Width.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Search Console Full Width

قم بتنزيل ملفات الامتداد Google Search Console Full Width بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds a small CSS Override to view Google Search Console data as full width instead of the default Max Width of 960px.

This extension contains no JavaScript.  It uses only the manifest.json to apply a one-line CSS file to pages that match 'https://search.google.com/u/3/search-console/*'.                    

معلومات أساسية عن التمديد

الاسم Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
الوصف Makes the content area in Google Search Console Full Width.
حجم الملف 6.81 KB
عدد التثبيتات 821
النسخة الحالية 1.0.4
آخر تحديث 2018-12-13
تاريخ النشر 2018-12-13
تقييم 5.00/5 مجموع تقييمات 1
المطور https://codeseo.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Full Width",
    "short_name": "GSC Full Width",
    "version": "1.0.4",
    "description": "Makes the content area in Google Search Console Full Width.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*\/search-console*",
                "https:\/\/search.google.com\/search-console*"
            ],
            "css": [
                "fullwidth.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/gsc_fullwidth128.png"
    },
    "manifest_version": 2
}