Page Grid Ruler

Draw a grid view, get page dimensions in pixel (px) unit and draw a rule

Page Grid Ruler là gì?

Page Grid Ruler là một tiện ích mở rộng Chrome được phát triển bởi rynu.smith, và tính năng chính của nó là "Draw a grid view, get page dimensions in pixel (px) unit and draw a rule".

Ả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 Page Grid Ruler

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

                        Features:
- Displays a grid view with a customizable grid size.
- Presents a reference box.
- Shows a ruler indicating width, height, start, and endpoints.

How to Use It:
1. Navigate to a page and activate the action button.
2. The extension transitions to grid mode, allowing you to create a personalized ruler.
3. The ruler dynamically displays width, height, start, and endpoint measurements.
4. To return to normal browsing mode, press the "Escape" key or click the action button once.

Does this extension support "mm," "cm," or "in" units?
No, it does not provide precise values in these units. Instead, the extension employs pixel units. To convert pixel units to "cm" or "in," you'll need the screen's PPI (pixel density or resolution) value.

How can I modify the default grid size?
Right-click on the action button. Two menus will appear, allowing you to adjust the grid size and thickness.                    

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

Tên Page Grid Ruler Page Grid Ruler
ID mpnmjbcgbfnbfjmljblfngeofmnehdig
URL Chính Thức https://chromewebstore.google.com/detail/page-grid-ruler/mpnmjbcgbfnbfjmljblfngeofmnehdig
Mô tả Draw a grid view, get page dimensions in pixel (px) unit and draw a rule
Kích Thước Tệp 65.7 KB
Số Lần Cài Đặt 1,770
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-09-25
Ngày Phát Hành 2022-05-25
Nhà Phát Triển rynu.smith
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webextension.org/listing/page-ruler.html
URL Trang Trợ Giúp https://webextension.org/listing/page-ruler.html
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/rynu.smith.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Page Grid Ruler",
    "description": "Draw a grid view, get page dimensions in pixel (px) unit and draw a rule",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/page-ruler.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "commands": {
        "_execute_action": []
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/view\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}