Css to SCSS or SASS Converter
Simple and useful extension to convert CSS to SASS or SCSS
Css to SCSS or SASS Converter là gì?
Css to SCSS or SASS Converter là một tiện ích mở rộng Chrome được phát triển bởi Far Se, và tính năng chính của nó là "Simple and useful extension to convert CSS to SASS or SCSS".
Ả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 Css to SCSS or SASS Converter
Tải xuống các tệp mở rộng Css to SCSS or SASS Converter 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 is a simple but useful extension to convert CSS to Sass or SCSS straight from DevTools. It comes in handy when you write small css snippets in DevTools and need to be put on your sass/scss file. The tab is on right side of "Elements", after "Properties". It is not a separate DevTools Tab! It uses css2sass.herokuapp.com as conveter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Css to SCSS or SASS Converter |
ID | dmfhnejhgijefokeolmpgielghdplame |
URL Chính Thức | https://chromewebstore.google.com/detail/css-to-scss-or-sass-conve/dmfhnejhgijefokeolmpgielghdplame |
Mô tả | Simple and useful extension to convert CSS to SASS or SCSS |
Kích Thước Tệp | 77.51 KB |
Số Lần Cài Đặt | 679 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2018-11-05 |
Ngày Phát Hành | 2018-11-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Far Se |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/css2sass.herokuapp.com; object-src 'self'", "description": "Simple and useful extension to convert CSS to SASS or SCSS", "devtools_page": "devtools.html", "icons": { "128": "assets\/icon128.png", "16": "assets\/icon16.png", "48": "assets\/icon48.png" }, "background": { "scripts": [ "js\/background.js" ] }, "manifest_version": 2, "minimum_chrome_version": "22", "name": "Css to SCSS or SASS Converter", "permissions": [ "*:\/\/css2sass.herokuapp.com\/*" ] } |