View Crit CSS

Toggle external stylesheets to only see inline CSS

ما هو View Crit CSS؟

View Crit CSS هو إضافة Chrome تم تطويرها بواسطة Matthias Vogt، والميزة الرئيسية لها هي "Toggle external stylesheets to only see inline CSS".

تحميل ملف CRX للإضافة View Crit CSS

قم بتنزيل ملفات الامتداد View Crit CSS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Toggle external stylesheets on/off.

Allows you to display only the critical, inline CSS to see what the page looks like before the external CSS has loaded.

You can use keyboard shortcuts for toggling, default is ctrl+e/cmd+e.                    

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

الاسم View Crit CSS View Crit CSS
ID adbfbeilhdoemcglklgecpkoagnfndhd
عنوان URL الرسمي https://chromewebstore.google.com/detail/view-crit-css/adbfbeilhdoemcglklgecpkoagnfndhd
الوصف Toggle external stylesheets to only see inline CSS
حجم الملف 9.69 KB
عدد التثبيتات 107
النسخة الحالية 0.1.0
آخر تحديث 2016-04-17
تاريخ النشر 2016-04-17
تقييم 4.50/5 مجموع تقييمات 2
المطور Matthias Vogt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/matthias-vogt/view-crit-css
عنوان صفحة المساعدة https://github.com/matthias-vogt/view-crit-css/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View Crit CSS",
    "description": "Toggle external stylesheets to only see inline CSS",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "commands": {
        "toggle-external-stylesheets": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Toggle external stylesheets"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}