Ruler Measurement

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

Ruler Measurementคืออะไร?

Ruler Measurement เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vadim Albarov และคุณลักษณะหลักของมันคือ "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ruler Measurement

ดาวน์โหลดไฟล์ส่วนขยาย Ruler Measurement ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}