simple-debug.css
Debug your layouts with one line of CSS and a single click.
simple-debug.css là gì?
simple-debug.css là một tiện ích mở rộng Chrome được phát triển bởi https://chrisnager.com, và tính năng chính của nó là "Debug your layouts with one line of CSS and a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng simple-debug.css
Tải xuống các tệp mở rộng simple-debug.css dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | simple-debug.css |
ID | jlkgkebpphmaiemciejnmgccejccnpha |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
Mô tả | Debug your layouts with one line of CSS and a single click. |
Kích Thước Tệp | 9.15 KB |
Số Lần Cài Đặt | 1,946 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-01-23 |
Ngày Phát Hành | 2015-01-23 |
Đánh Giá | 4.71/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://chrisnager.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chrisnager/simple-debug.css |
URL Trang Trợ Giúp | https://github.com/chrisnager/simple-debug.css |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |