Show Window Size

Show the inner size of window

Show Window Size란 무엇입니까?

Show Window Size은(는) bugbebop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the inner size of window"입니다.

확장 프로그램 스크린샷

screenshot

Show Window Size 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a small widget shows the inner size of window.
It is movabel and you can adjust its opacity, font size, default position in the options page.
When you lost it, you can click the 'Set to Center' button to find it.

一个可以显示窗口内部尺寸的小工具。
你可以调整它的透明度,字体大小和默认位置,也可以直接对它进行拖动操作。
当你在页面中丢失它时,可以通过‘Set to Center’按钮将它居中以快速找到它。

UPDATE:
V1.1.0
Fix Bugs, improve UI, delete the 'find' feature
修复Bug,改进UI,去除找寻功能
V1.2.0
Fix bugs, add the 'movable' feature,improve UI
修复Bug,增加‘可移动’功能,改进UI                    

확장 프로그램 기본 정보

이름 Show Window Size Show Window Size
ID igadblhegfmnflgcdmnfoajbpnadjhaf
공식 URL https://chromewebstore.google.com/detail/show-window-size/igadblhegfmnflgcdmnfoajbpnadjhaf
설명 Show the inner size of window
파일 크기 13.4 KB
설치 횟수 26
현재 버전 1.2.0
최근 업데이트 2021-04-13
출시 날짜 2021-03-30
평점 4.00/5 총 1 개의 평점
개발자 bugbebop
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Window Size",
    "version": "1.2.0",
    "description": "Show the inner size of window",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Display the inner size of window",
        "default_popup": "popup.html",
        "default_icon": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 3
}