CSS Feature Toggles
A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.
What is CSS Feature Toggles?
CSS Feature Toggles is a Chrome extension developed by https://keithclark.co.uk, and its main feature is "A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.".
Extension Screenshots
Download CSS Feature Toggles Extension CRX File
Download CSS Feature Toggles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CSS Feature Toggles |
ID | aeinmfddnniiloadoappmdnffcbffnjg |
Official URL | https://chromewebstore.google.com/detail/css-feature-toggles/aeinmfddnniiloadoappmdnffcbffnjg |
Description | A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks. |
File Size | 37.42 KB |
Installation Count | 1,578 |
Current Version | 1.0.2 |
Last Updated | 2020-02-27 |
Publish Date | 2020-02-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://keithclark.co.uk |
Payment Type | free |
Extension Website | https://github.com/keithclark/css-feature-toggle-devtools-extension |
Help Page URL | https://github.com/keithclark/css-feature-toggle-devtools-extension/issues |
Supported Languages | 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" } |