Simple Ruler

This extension measures segments on the current tab and their slopes

Simple Rulerคืออะไร?

Simple Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pablo Henriquez และคุณลักษณะหลักของมันคือ "This extension measures segments on the current tab and their slopes"

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

screenshot
screenshot
screenshot

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

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

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

                        Draw a segment on the tab to know its measure and inclination.
The segment creates a circle to know its radial measurement.                    

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

ชื่อ Simple Ruler Simple Ruler
ID bekpjpnfkoiocohhkaphfoccjnhcgakm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-ruler/bekpjpnfkoiocohhkaphfoccjnhcgakm
คำอธิบาย This extension measures segments on the current tab and their slopes
ขนาดไฟล์ 50.76 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-02-23
วันที่เผยแพร่ 2021-02-23
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Pablo Henriquez
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Ruler",
    "description": "This extension measures segments on the current tab and their slopes",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/styles.css"
            ],
            "js": [
                ".\/script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "icons": {
        "128": ".\/icon_128.png"
    },
    "browser_action": {
        "default_icon": ".\/icon_128.png"
    }
}