Better Ruler

A page ruler which can snaps around web elements for easier measurement. Provide convenience for front-end development and ui design

Better Ruler là gì?

Better Ruler là một tiện ích mở rộng Chrome được phát triển bởi paul, và tính năng chính của nó là "A page ruler which can snaps around web elements for easier measurement. Provide convenience for front-end development and ui design".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Ruler

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

                        A ruler which can snaps around web elements for easier measurement. Provide convenience for front-end development and ui design.


- Click on the plugin icon to run the plugin. Click again to exit.
- Hold down `Alt/Option` while moving the mouse to display the size of the element at the mouse position in real time. Hold down the left button and move, it will automatically snap to the edge of the element.
- Double-click the current layer to enter the editing mode, in which the layer can be dragged and resized. Press `Backspace` to delete the current layer. Double-click on the layer again (or press `Esc`) to exit edit mode. 
- Press `f`(default, configurable) to show or hide the toolbar.
- Press `shift` to show or hide the size. 
- You can use `alt+z` to activate/deactivate the plug-in. If it doesn't work, you can go to chrome://extensions/shortcuts to bind the key yourself. Or, After activating the plugin once, you can double-press `z` (default, configurable) to activate/deactivate the plug-in.
- Go to chrome://extensions, find this plug-in and turn on `allow access to file URL` to take effect for local html files.                    

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

Tên Better Ruler Better Ruler
ID ilcnadaaninblgbekoaihdhoiecaflie
URL Chính Thức https://chromewebstore.google.com/detail/better-ruler/ilcnadaaninblgbekoaihdhoiecaflie
Mô tả A page ruler which can snaps around web elements for easier measurement. Provide convenience for front-end development and ui design
Kích Thước Tệp 93.66 KB
Số Lần Cài Đặt 24,873
Phiên Bản Hiện Tại 1.3.12
Cập Nhật Lần Cuối 2023-02-16
Ngày Phát Hành 2020-03-20
Đánh Giá 4.80/5 Tổng số 46 Đánh Giá
Nhà Phát Triển paul
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Ruler",
    "short_name": "Ruler",
    "version": "1.3.12",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "description": "__MSG_pluginDesc__",
    "author": "paul",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Better Ruler"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Z",
                "windows": "Alt+Z",
                "mac": "Alt+Z",
                "linux": "Alt+Z"
            },
            "description": "Toggle Ruler"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/background.js"
    }
}