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文件

下載Show Window Size擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}