屏幕调整助手

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

Apa itu 屏幕调整助手?

屏幕调整助手 adalah ekstensi Chrome yang dikembangkan oleh Ethan, dan fitur utamanya adalah "一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 屏幕调整助手

Unduh file ekstensi 屏幕调整助手 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 屏幕调整助手 屏幕调整助手
ID ajgidahckhliegaonfgbialbcpcljach
URL Resmi https://chromewebstore.google.com/detail/%E5%B1%8F%E5%B9%95%E8%B0%83%E6%95%B4%E5%8A%A9%E6%89%8B/ajgidahckhliegaonfgbialbcpcljach
Deskripsi 一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。
Ukuran File 435 KB
Jumlah Instalasi 1,761
Versi Saat Ini 4.7
Terakhir Diperbarui 2018-01-30
Tanggal Publikasi 2018-01-30
Penilaian 3.67/5 Total 6 Penilaian
Pengembang Ethan
Tipe Pembayaran free
Bahasa yang Didukung 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
}