屏幕调整助手

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

What is 屏幕调整助手?

屏幕调整助手 is a Chrome extension developed by Ethan, and its main feature is "一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。".

Extension Screenshots

screenshot

Download 屏幕调整助手 Extension CRX File

Download 屏幕调整助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 屏幕调整助手 屏幕调整助手
ID ajgidahckhliegaonfgbialbcpcljach
Official 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
Description 一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。
File Size 435 KB
Installation Count 1,761
Current Version 4.7
Last Updated 2018-01-30
Publish Date 2018-01-30
Rating 3.67/5 Total 6 Ratings
Developer Ethan
Payment Type free
Supported Languages 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
}