GSC Performance Report Style Fixer
Fix the Google Search Console Performance Report style bug on time period compare.
ما هو GSC Performance Report Style Fixer؟
GSC Performance Report Style Fixer هو إضافة Chrome تم تطويرها بواسطة https://blog.merlinox.com، والميزة الرئيسية لها هي "Fix the Google Search Console Performance Report style bug on time period compare.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GSC Performance Report Style Fixer
قم بتنزيل ملفات الامتداد GSC Performance Report Style Fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The new Google Search Console has a bug on the Performance Report. When you show too many columns, GSC trim them. With this extension, you may fix the CSS and see all the columns without a click. To force the restyle, please click on the extension button.
معلومات أساسية عن التمديد
الاسم | GSC Performance Report Style Fixer |
ID | coanikjpdghncjfmkbgefonfjjamoagf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf |
الوصف | Fix the Google Search Console Performance Report style bug on time period compare. |
حجم الملف | 6.52 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-09-30 |
تاريخ النشر | 2019-09-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://blog.merlinox.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GSC Performance Report Style Fixer", "description": "Fix the Google Search Console Performance Report style bug on time period compare. ", "author": "Merlinox", "background": { "scripts": [ "bg.js" ] }, "version": "1.1", "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/search.google.com\/search-console*" ], "js": [ "script.js" ] } ], "browser_action": { "default_icon": "gsc-fixer.png", "default_title": "Fix the GSC performance report style bug" }, "manifest_version": 2 } |