Ruler Measurement

Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)

Ruler Measurement क्या है?

Ruler Measurement Vadim Albarov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ruler Measurement एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Powerful measure plugin for chrome. No more junk and party worked solutions. Measure height and width on page with grid lines. Fully draggable and resizable. 

Features:
 - Press ctrl + mouse click to allow multiple rulers. 
 - Press ctrl + q to remove all ruller from page.
 - Press arrow right/left to rotate.
 - Press ctrl + i to toggle offset info.
 - Press alt + q to toggle run state.
 - Customize extension through option page

Check out the new Themes option.
Check out the new Unit option, that allows to change measure units!

If you find a bug, have any suggestions for improving the extension or just want to thank the author feel free to mail me.                    

एक्सटेंशन की मूल जानकारी

नाम Ruler Measurement Ruler Measurement
ID fkfkjailjcijmghkonghlclbjkopjbgh
आधिकारिक URL https://chromewebstore.google.com/detail/ruler-measurement/fkfkjailjcijmghkonghlclbjkopjbgh
विवरण Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)
फ़ाइल का आकार 122 KB
स्थापना संख्या 36,423
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2019-02-08
प्रकाशन तिथि 2019-02-08
रेटिंग 3.34/5 कुल 38 रेटिंग्स
डेवलपर Vadim Albarov
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruler Measurement",
    "short_name": "Chrullex",
    "description": "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)",
    "version": "2.3.0",
    "offline_enabled": true,
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "app\/resize.css",
                "app\/style.css"
            ],
            "scripts": [
                "jQuery\/jQuery.js",
                "jQuery\/Jquery-ui.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "app\/bootloader.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Ruler"
        }
    }
}