Simple Ruler

Measure it!

Simple Rulerคืออะไร?

Simple Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย punxnot และคุณลักษณะหลักของมันคือ "Measure it!"

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

screenshot
screenshot
screenshot

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

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

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

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
คำอธิบาย Measure it!
ขนาดไฟล์ 26.08 KB
จำนวนการติดตั้ง 12,626
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2021-12-29
วันที่เผยแพร่ 2018-12-26
คะแนน 3.13/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา punxnot
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}