ViewportDimension

This extension displays Chrome’s viewport dimensions when resizing the browser window.

ViewportDimension란 무엇입니까?

ViewportDimension은(는) Braincompiler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays Chrome’s viewport dimensions when resizing the browser window."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension displays _just_ Chrome’s viewport dimensions when resizing the browser window. It does nothing else. For those who just want to have this exact feature. It is shown immediately while resizing the window and disappears after 5 seconds.
In a later release there will be some settings for the position and appearance.                    

확장 프로그램 기본 정보

이름 ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
공식 URL https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
설명 This extension displays Chrome’s viewport dimensions when resizing the browser window.
파일 크기 11.66 KB
설치 횟수 835
현재 버전 0.0.1
최근 업데이트 2017-04-13
출시 날짜 2017-04-13
평점 3.00/5 총 8 개의 평점
개발자 Braincompiler
결제 유형 free
확장 프로그램 웹 사이트 https://braincompiler.de
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser window.",
    "manifest_version": 2,
    "name": "ViewportDimension",
    "version": "0.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}