Validate Page CSS

CSS is validated for the page being viewed

Validate Page CSSคืออะไร?

Validate Page CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย portsaidalenbi และคุณลักษณะหลักของมันคือ "CSS is validated for the page being viewed"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Validate Page CSS

ดาวน์โหลดไฟล์ส่วนขยาย Validate Page CSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension enables you to validate the CSS feed on the page being viewed. Simply select "Validate Page CSS" from the context menu.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Validate Page CSS Validate Page CSS
ID hmjfaiddfmhjabcagledbpoppaapacnp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/validate-page-css/hmjfaiddfmhjabcagledbpoppaapacnp
คำอธิบาย CSS is validated for the page being viewed
ขนาดไฟล์ 18.39 KB
จำนวนการติดตั้ง 5,064
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-12-22
วันที่เผยแพร่ 2013-12-22
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา portsaidalenbi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Validate Page CSS",
    "description": "CSS is validated for the page being viewed",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}