Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
Simple Ruler là gì?
Simple Ruler là một tiện ích mở rộng Chrome được phát triển bởi https://simplerulerextension.com, và tính năng chính của nó là "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".
Ả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 Ruler
Tải xuống các tệp mở rộng Simple Ruler 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
Check the measures of components can be easier than open the dev tools and check the size of a component. With the simple ruler extension, you just click and move your mouse over the components to see the width and height.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Ruler |
ID | ddhlibhghnglpoacapkoffkcgfijcfkg |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg |
Mô tả | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. |
Kích Thước Tệp | 43.05 KB |
Số Lần Cài Đặt | 1,496 |
Phiên Bản Hiện Tại | 28.0.0 |
Cập Nhật Lần Cuối | 2023-08-17 |
Ngày Phát Hành | 2021-10-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://simplerulerextension.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://simplerulerextension.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.", "version": "28.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |