Smart pixel rulers

Provides an on-screen rulers along with their coordinates on a web page

Smart pixel rulersคืออะไร?

Smart pixel rulers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sidorovsky370 และคุณลักษณะหลักของมันคือ "Provides an on-screen rulers along with their coordinates on a web page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart pixel rulers

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

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

                                            

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

ชื่อ Smart pixel rulers Smart pixel rulers
ID olmehnjalgilmahpjcbnonfpogokfdbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smart-pixel-rulers/olmehnjalgilmahpjcbnonfpogokfdbk
คำอธิบาย Provides an on-screen rulers along with their coordinates on a web page
ขนาดไฟล์ 17.7 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2015-11-18
วันที่เผยแพร่ 2015-11-18
คะแนน 2.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา sidorovsky370
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart pixel rulers",
    "description": "Provides an on-screen rulers along with their coordinates on a web page",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Smart pixel rulers",
        "default_icon": "icons\/active.png"
    },
    "manifest_version": 2
}