simple-debug.css
Debug your layouts with one line of CSS and a single click.
Apa itu simple-debug.css?
simple-debug.css adalah ekstensi Chrome yang dikembangkan oleh https://chrisnager.com, dan fitur utamanya adalah "Debug your layouts with one line of CSS and a single click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi simple-debug.css
Unduh file ekstensi simple-debug.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
This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier.
Informasi Dasar Ekstensi
Nama | simple-debug.css |
ID | jlkgkebpphmaiemciejnmgccejccnpha |
URL Resmi | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
Deskripsi | Debug your layouts with one line of CSS and a single click. |
Ukuran File | 9.15 KB |
Jumlah Instalasi | 1,946 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-01-23 |
Tanggal Publikasi | 2015-01-23 |
Penilaian | 4.71/5 Total 14 Penilaian |
Pengembang | https://chrisnager.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chrisnager/simple-debug.css |
URL Halaman Bantuan | https://github.com/chrisnager/simple-debug.css |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simple-debug.css", "description": "Debug your layouts with one line of CSS and a single click.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "simple-debug.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle simple-debug.css", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" } } |