屏幕调整助手

一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。

屏幕调整助手란 무엇입니까?

屏幕调整助手은(는) Ethan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。"입니다.

확장 프로그램 스크린샷

screenshot

屏幕调整助手 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        简介:一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。
功能说明:一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。                    

확장 프로그램 기본 정보

이름 屏幕调整助手 屏幕调整助手
ID ajgidahckhliegaonfgbialbcpcljach
공식 URL https://chromewebstore.google.com/detail/%E5%B1%8F%E5%B9%95%E8%B0%83%E6%95%B4%E5%8A%A9%E6%89%8B/ajgidahckhliegaonfgbialbcpcljach
설명 一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。
파일 크기 435 KB
설치 횟수 1,761
현재 버전 4.7
최근 업데이트 2018-01-30
출시 날짜 2018-01-30
평점 3.67/5 총 6 개의 평점
개발자 Ethan
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5c4f\u5e55\u8c03\u6574\u52a9\u624b",
    "description": "\u4e00\u952e\u66f4\u6539\u5c4f\u5e55\u7684\u5927\u5c0f\uff0c\u66f4\u6539\u6d4f\u89c8\u5668\u7a97\u53e3\u7684\u5927\u5c0f\u4ee5\u6a21\u62df\u4e0d\u540c\u7684\u5c4f\u5e55\u5206\u8fa8\u7387\u3002",
    "background": {
        "scripts": [
            "libs\/ExtAPI.bundle.js",
            "scripts\/background-process.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon\/iconx16.png",
            "48": "img\/icon\/iconx48.png"
        },
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "img\/icon\/iconx16.png",
        "48": "img\/icon\/iconx48.png",
        "96": "img\/icon\/iconx96.png",
        "128": "img\/icon\/iconx128.png"
    },
    "options_page": "views\/settings.html",
    "options_ui": {
        "page": "views\/settings.html#presets\/",
        "chrome_style": false
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "version": "4.7",
    "web_accessible_resources": [
        "assets\/tpl\/resize-tooltip.html",
        "assets\/fonts\/lato-regular.ttf",
        "assets\/fonts\/lato-bold.ttf"
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "Show popup",
            "suggested_key": {
                "default": "Alt+Shift+W"
            }
        },
        "a-manual-tooltip-toggle": {
            "description": "Toggle tooltip",
            "suggested_key": {
                "default": "Alt+Shift+T"
            }
        },
        "b-rotate-viewport": {
            "description": "Rotate the viewport",
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        },
        "c-cycle-presets": {
            "description": "Cycle presets",
            "suggested_key": {
                "default": "Alt+Shift+Down"
            }
        },
        "d-cycle-presets-reverse": {
            "description": "Cycle presets in reverse order"
        },
        "presets-01": {
            "description": "Resize to preset  1"
        },
        "presets-02": {
            "description": "Resize to preset  2"
        },
        "presets-03": {
            "description": "Resize to preset  3"
        },
        "presets-04": {
            "description": "Resize to preset  4"
        },
        "presets-05": {
            "description": "Resize to preset  5"
        },
        "presets-06": {
            "description": "Resize to preset  6"
        },
        "presets-07": {
            "description": "Resize to preset  7"
        },
        "presets-08": {
            "description": "Resize to preset  8"
        },
        "presets-09": {
            "description": "Resize to preset  9"
        },
        "presets-10": {
            "description": "Resize to preset 10"
        }
    },
    "minimum_chrome_version": "46",
    "offline_enabled": true
}