View Crit CSS
Toggle external stylesheets to only see inline CSS
Apa itu View Crit CSS?
View Crit CSS adalah ekstensi Chrome yang dikembangkan oleh Matthias Vogt, dan fitur utamanya adalah "Toggle external stylesheets to only see inline CSS".
Unduh Berkas CRX Ekstensi View Crit CSS
Unduh file ekstensi View Crit CSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | View Crit CSS |
ID | adbfbeilhdoemcglklgecpkoagnfndhd |
URL Resmi | https://chromewebstore.google.com/detail/view-crit-css/adbfbeilhdoemcglklgecpkoagnfndhd |
Deskripsi | Toggle external stylesheets to only see inline CSS |
Ukuran File | 9.69 KB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2016-04-17 |
Tanggal Publikasi | 2016-04-17 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Matthias Vogt |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/matthias-vogt/view-crit-css |
URL Halaman Bantuan | https://github.com/matthias-vogt/view-crit-css/issues |
Bahasa yang Didukung | 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 } |