View Crit CSS
Toggle external stylesheets to only see inline CSS
View Crit CSSとは何ですか?
View Crit CSSはMatthias Vogtによって開発されたChromeの拡張機能で、その主な機能は「Toggle external stylesheets to only see inline CSS」です。
View Crit CSS拡張機能のCRXファイルをダウンロード
View Crit CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Toggle external stylesheets on/off. Allows you to display only the critical, inline CSS to see what the page looks like before the external CSS has loaded. You can use keyboard shortcuts for toggling, default is ctrl+e/cmd+e.
拡張機能の基本情報
名前 | View Crit CSS |
ID | adbfbeilhdoemcglklgecpkoagnfndhd |
公式URL | https://chromewebstore.google.com/detail/view-crit-css/adbfbeilhdoemcglklgecpkoagnfndhd |
説明 | Toggle external stylesheets to only see inline CSS |
ファイルサイズ | 9.69 KB |
インストール数 | 107 |
現在のバージョン | 0.1.0 |
最終更新日 | 2016-04-17 |
公開日 | 2016-04-17 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Matthias Vogt |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/matthias-vogt/view-crit-css |
ヘルプページのURL | https://github.com/matthias-vogt/view-crit-css/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "View Crit CSS", "description": "Toggle external stylesheets to only see inline CSS", "version": "0.1.0", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" } }, "commands": { "toggle-external-stylesheets": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Toggle external stylesheets" } }, "permissions": [ "activeTab" ], "manifest_version": 2 } |