Rooler

Redline web pages

Roolerคืออะไร?

Rooler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://blois.us และคุณลักษณะหลักของมันคือ "Redline web pages"

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

screenshot
screenshot
screenshot

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

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

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

                        Rooler is a utility for automatically measuring on-screen graphics.

Not quite like every other measurement utility out there (though there are quite a few)- this one analyzes the graphics and automatically finds the edges. It's essentially an automatic ruler, for the web.

 - Measures the bounds of graphics
 - Measures the distance between graphics
 - Allows ensuring correct positioning of elements, even in deeply nested element hierarchies.

It's quick and easy. Give it a shot.

You can also try Rooler in your browser at http://peteblois.github.io/rooler.js.                    

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

ชื่อ Rooler Rooler
ID hhffakokipfiejidephlfnnpkceipglf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rooler/hhffakokipfiejidephlfnnpkceipglf
คำอธิบาย Redline web pages
ขนาดไฟล์ 37.02 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2020-11-23
วันที่เผยแพร่ 2016-02-05
คะแนน 4.89/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา http://blois.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://peteblois.github.io/rooler.js
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "rooler",
        "default_popup": "popup.html"
    }
}