1px: Simple ruler

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

What is 1px: Simple ruler?

1px: Simple ruler is a Chrome extension developed by Nevzilya, and its main feature is "A simple ruler for measuring the size of blocks on a page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 1px: Simple ruler Extension CRX File

Download 1px: Simple ruler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 1px: Simple ruler 1px: Simple ruler
ID gekpeobpiilbboimdmbgfjndlmogepcj
Official URL https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj
Description A simple ruler for measuring the size of blocks on a page
File Size 22.13 KB
Installation Count 9,004
Current Version 1.0.1
Last Updated 2021-08-04
Publish Date 2021-07-11
Rating 3.55/5 Total 11 Ratings
Developer Nevzilya
Email [email protected]
Payment Type free
Privacy Policy Page URL https://notepad-online.ru/privacy.html
Supported Languages 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"
}