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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}