1px: Simple ruler

A simple ruler for measuring the size of blocks on a page

1px: Simple ruler là gì?

1px: Simple ruler là một tiện ích mở rộng Chrome được phát triển bởi Nevzilya, và tính năng chính của nó là "A simple ruler for measuring the size of blocks on a page".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 1px: Simple ruler

Tải xuống các tệp mở rộng 1px: 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

                        You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button.
Perhaps in the future some more useful functions will be added, but now only such functionality.                    

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

Tên 1px: Simple ruler 1px: Simple ruler
ID gekpeobpiilbboimdmbgfjndlmogepcj
URL Chính Thức https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj
Mô tả A simple ruler for measuring the size of blocks on a page
Kích Thước Tệp 22.13 KB
Số Lần Cài Đặt 9,004
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-08-04
Ngày Phát Hành 2021-07-11
Đánh Giá 3.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Nevzilya
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://notepad-online.ru/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "ico_16_mono.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}