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.」です。
拡張機能のスクリーンショット
CSS Feature Toggles拡張機能のCRXファイルをダウンロード
CSS Feature Toggles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" } |