Feature Queries Manager

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

Feature Queries Manager란 무엇입니까?

Feature Queries Manager은(는) iaderinokun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage and toggle CSS on a page behind a @supports Feature Query."입니다.

확장 프로그램 스크린샷

screenshot

Feature Queries Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
    }
}