Feature Queries Manager

Manage and toggle CSS on a page behind a @supports Feature Query.

Feature Queries Managerคืออะไร?

Feature Queries Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iaderinokun และคุณลักษณะหลักของมันคือ "Manage and toggle CSS on a page behind a @supports Feature Query."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feature Queries Manager

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

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

                        FQM allows you to toggle CSS styles applied under a @supports Feature Query                    

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

ชื่อ Feature Queries Manager Feature Queries Manager
ID fbhgnconlfgmienbmpbeeenffagggonp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feature-queries-manager/fbhgnconlfgmienbmpbeeenffagggonp
คำอธิบาย Manage and toggle CSS on a page behind a @supports Feature Query.
ขนาดไฟล์ 45.38 KB
จำนวนการติดตั้ง 445
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-04-26
วันที่เผยแพร่ 2018-04-26
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา iaderinokun
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ireade/feature-queries-manager
URL หน้าช่วยเหลือ https://github.com/ireade/feature-queries-manager
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feature Queries Manager",
    "short_name": "FQM",
    "description": "Manage and toggle CSS on a page behind a @supports Feature Query.",
    "version": "0.3",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "devtools_page": "devtools\/index.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/[email protected]",
        "64": "images\/[email protected]",
        "16": "images\/[email protected]",
        "48": "images\/[email protected]"
    }
}