PageSpeed Insights Checker for Mobile

Checks Mobile PageSpeed score for every page and gives you a handy preview

ما هو PageSpeed Insights Checker for Mobile؟

PageSpeed Insights Checker for Mobile هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Checks Mobile PageSpeed score for every page and gives you a handy preview".

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

screenshot

تحميل ملف CRX للإضافة PageSpeed Insights Checker for Mobile

قم بتنزيل ملفات الامتداد PageSpeed Insights Checker for Mobile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Checks Mobile PageSpeed score for every page and gives you a handy preview.

NOTE: This sends every page you visit up to the Page Speed Insights API to do the full analysis of the page.

Latest update: Lets you set your own API key.                    

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

الاسم PageSpeed Insights Checker for Mobile PageSpeed Insights Checker for Mobile
ID mkjmodmicmpjedhoekkmafdgpocdkbna
عنوان URL الرسمي https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna
الوصف Checks Mobile PageSpeed score for every page and gives you a handy preview
حجم الملف 21.38 KB
عدد التثبيتات 3,346
النسخة الحالية 0.0.0.9
آخر تحديث 2013-09-27
تاريخ النشر 2013-09-27
تقييم 3.21/5 مجموع تقييمات 19
المطور [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PageSpeed Insights Checker for Mobile",
    "description": "Checks Mobile PageSpeed score for every page and gives you a handy preview",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "permissions": [
        "tabs",
        "https:\/\/www.googleapis.com\/"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_title": "PageSpeed Insights Checker"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}