CSS Feature Toggles

A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.

CSS Feature Toggles란 무엇입니까?

CSS Feature Toggles은(는) https://keithclark.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CSS Feature Toggles 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows developers to disable support of modern CSS features from devtools. Disabling features such as flexbox, grid or blend-modes allows developers to see how their pages/apps will render in browsers that don't support them.                    

확장 프로그램 기본 정보

이름 CSS Feature Toggles CSS Feature Toggles
ID aeinmfddnniiloadoappmdnffcbffnjg
공식 URL https://chromewebstore.google.com/detail/css-feature-toggles/aeinmfddnniiloadoappmdnffcbffnjg
설명 A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.
파일 크기 37.42 KB
설치 횟수 1,578
현재 버전 1.0.2
최근 업데이트 2020-02-27
출시 날짜 2020-02-27
평점 5.00/5 총 4 개의 평점
개발자 https://keithclark.co.uk
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/keithclark/css-feature-toggle-devtools-extension
도움말 페이지 URL https://github.com/keithclark/css-feature-toggle-devtools-extension/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Feature Toggles",
    "version": "1.0.2",
    "author": "Keith Clark",
    "description": "A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.",
    "homepage_url": "https:\/\/github.com\/keithclark\/css-feature-toggle-devtools-extension",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "devtools_page": "devtools\/devtools.html"
}