Measurements units converter
Measurement system convert tool
Measurements units converter là gì?
Measurements units converter là một tiện ích mở rộng Chrome được phát triển bởi viktorpatraboi, và tính năng chính của nó là "Measurement system convert tool".
Ả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 Measurements units converter
Tải xuống các tệp mở rộng Measurements units 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
Plugin for automatic conversion of measurements units from the metric system to imperial and vice versa. Converts units in page automatically. Supports converting the following: - length(metric <-> imperial) - weight(metric <-> imperial) - temperature(Celsius <-> Fahrenheit) - volume (metric <-> imperial)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Measurements units converter |
ID | ldnkgcpeljjhpfkpapknhjhnninfelga |
URL Chính Thức | https://chromewebstore.google.com/detail/measurements-units-conver/ldnkgcpeljjhpfkpapknhjhnninfelga |
Mô tả | Measurement system convert tool |
Kích Thước Tệp | 15.53 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2023-07-10 |
Ngày Phát Hành | 2022-02-13 |
Nhà Phát Triển | viktorpatraboi |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/okedo |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Measurements units converter", "description": "Measurement system convert tool", "version": "0.1", "manifest_version": 3, "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |