Ruler 3000

Displays a line to be used as a ruler for aligning items.

Ruler 3000คืออะไร?

Ruler 3000 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uncapit และคุณลักษณะหลักของมันคือ "Displays a line to be used as a ruler for aligning items."

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

screenshot
screenshot
screenshot

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

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

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

                        Displays one horizontal line and one vertical line that follows the mouse pointer.
Useful to visually compare DOM elements positions to align them.                    

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

ชื่อ Ruler 3000 Ruler 3000
ID fnhigjljloiagjbmimpaokbpibfpiibf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ruler-3000/fnhigjljloiagjbmimpaokbpibfpiibf
คำอธิบาย Displays a line to be used as a ruler for aligning items.
ขนาดไฟล์ 14.53 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-25
วันที่เผยแพร่ 2019-09-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา uncapit
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ruler 3000",
    "version": "1.0",
    "description": "Displays a line to be used as a ruler for aligning items.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "name": "Ruler 3000"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}