Devtools Rulers

Adds rulers panel to devtools!

Devtools Rulersคืออะไร?

Devtools Rulers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tolya.me/rulers และคุณลักษณะหลักของมันคือ "Adds rulers panel to devtools!"

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

screenshot
screenshot
screenshot

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

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

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

                        NEW in 1.5! Fixed some bugs and impoved work!

Rulers are just a simple divs that helps you modify your styles.

Important feature: you will not lost your rulers after page reload.

Please send any feedback that needs to be implemented or upgraded!                    

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

ชื่อ Devtools Rulers Devtools Rulers
ID aoojlhjjgjhndkblocmajmekmdbfdkhj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/devtools-rulers/aoojlhjjgjhndkblocmajmekmdbfdkhj
คำอธิบาย Adds rulers panel to devtools!
ขนาดไฟล์ 3.69 MB
จำนวนการติดตั้ง 2,488
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-06-26
วันที่เผยแพร่ 2017-06-26
คะแนน 2.63/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา http://tolya.me/rulers
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Devtools Rulers",
    "short_name": "Rulers",
    "version": "1.5",
    "description": "Adds rulers panel to devtools!",
    "devtools_page": "devtools\/devtools.html",
    "background": {
        "page": "background\/background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "injections\/ui.css"
            ],
            "js": [
                "common\/utils.js",
                "injections\/ui.js",
                "common\/handlebars.js",
                "common\/lodash.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en"
}