Rooler

Redline web pages

Rooler란 무엇입니까?

Rooler은(는) http://blois.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redline web pages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rooler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}