CSS Unites
CSS Unites specially develop for Frontend Engineers.
CSS Unites là gì?
CSS Unites là một tiện ích mở rộng Chrome được phát triển bởi mexuvo, và tính năng chính của nó là "CSS Unites specially develop for Frontend Engineers.".
Ả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 Unites
Tải xuống các tệp mở rộng CSS Unites 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 CSS Units Converter. Some times we need to convert CSS unites to other CSS unites. CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSS Unites |
ID | bgbjdaligcmcobjgnhajolfhhhgjmoad |
URL Chính Thức | https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad |
Mô tả | CSS Unites specially develop for Frontend Engineers. |
Kích Thước Tệp | 1.08 MB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-02-03 |
Ngày Phát Hành | 2022-02-03 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | mexuvo |
[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", "manifest_version": 3, "name": "CSS Unites", "description": "CSS Unites specially develop for Frontend Engineers.", "version": "1.0.0", "icons": { "45": ".\/images\/logo45X45.png", "128": ".\/images\/128.png" }, "background.service_worker": { "presistent": true, "scripts": [ ".\/popup.js" ] }, "action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |