Simple Ruler

Measure it!

Simple Ruler là gì?

Simple Ruler là một tiện ích mở rộng Chrome được phát triển bởi punxnot, và tính năng chính của nó là "Measure it!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

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

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
URL Chính Thức https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
Mô tả Measure it!
Kích Thước Tệp 26.08 KB
Số Lần Cài Đặt 12,626
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-12-29
Ngày Phát Hành 2018-12-26
Đánh Giá 3.13/5 Tổng số 16 Đánh Giá
Nhà Phát Triển punxnot
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}