屏幕调整助手
一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。
What is 屏幕调整助手?
屏幕调整助手 is a Chrome extension developed by Ethan, and its main feature is "一键更改屏幕的大小,更改浏览器窗口的大小以模拟不同的屏幕分辨率。".
Extension Screenshots
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", " |