Web Ruler

A ruler to misure pixel of any web element

Web Rulerคืออะไร?

Web Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A ruler to misure pixel of any web element"

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

screenshot

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

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

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

                        IT: righello che consente di mostrare le dimensioni (lunghezza, altezza e distanza dal punto di origine) di tutto ciò che vogliamo, all'interno delle nostre pagine web

Commands: 
1) clicca sul bottone sinistro del mouse per creare il punto di origine
2) muovi il mouse così da dimensionare l'area che si vuole rilevare
3) clicca una seconda volta (o anche il tasto ENTER) per rendere fisse le dimensioni dell'area selezionata
4) l'area selezionata può essere spostata tramite i tasti freccia della tastiera o con un semplice trascinamento della stessa.
5) per ridimensionare l'area (sempre dallo stesso punto di origine), quindi ricollegarla al mouse, cliccare sul tasto ENTER 
6) cliccando sulla barra spaziatrice si può cambiare il tema del righello da chiaro a scuro e viceversa

EN: ruler that allows you to show the dimensions (width, height and distance from the origin point) of whatever we want within our web pages.

Commands: 
1) click on left button mouse to create origin point
2) move the mouse to resize the area that you want detect 
3) click another time on left button mouse to define area (or click ENTER button keyboard) 
4) move the selected area with click on the keyboard arrows or drag it
5) to resize the area or anyway connect it to the mouse (without change origin point) click on ENTER keyboard button
6) switch between dark mode or light mode with click on SPACE keyboeard button                    

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

ชื่อ Web Ruler Web Ruler
ID holnmhdkmdnlefbmmcanbcicakfbiopi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-ruler/holnmhdkmdnlefbmmcanbcicakfbiopi
คำอธิบาย A ruler to misure pixel of any web element
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 2,394
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2012-10-10
วันที่เผยแพร่ 2012-10-09
คะแนน 1.61/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Ruler",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A ruler to misure pixel of any web element",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "mootools-core-1.4.5-full-compat.js",
            "mootools-more-1.4.0.1.js",
            "bck_ruler.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mootools-core-1.4.5-full-compat.js",
                "mootools-more-1.4.0.1.js"
            ],
            "css": [
                "ruler.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "imgs\/ico_19_opa40.png",
        "default_title": "Misure your pixel"
    },
    "web_accessible_resources": [
        "imgs\/ruler_OeV.png",
        "imgs\/ruler_OeV_white.png"
    ],
    "icons": {
        "16": "imgs\/ico_16.png",
        "48": "imgs\/ico_48.png",
        "128": "imgs\/ico_128.png"
    }
}