OSX Resizer
Allow OSX users to view sites in a window smaller than 400px
什么是OSX Resizer?
OSX Resizer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Allow OSX users to view sites in a window smaller than 400px”。
扩展截图
下载OSX Resizer扩展crx文件
下载OSX Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you're on a Mac using Chrome and you want to view a web page at the same resolution as a smart phone (320px), this is the extension for you! Chrome users on a Mac are unable to shrink the browser window below 400 pixels. This is a constraint on the chromed browser, but not for pop up windows. This extension simply opens the current tab in a pop up. Eight lines of code, no more, no less.
扩展基本信息
名称 | OSX Resizer |
ID | aopgpanbkndckicpnnnaeiebllepdldc |
官方URL | https://chromewebstore.google.com/detail/osx-resizer/aopgpanbkndckicpnnnaeiebllepdldc |
简介 | Allow OSX users to view sites in a window smaller than 400px |
文件大小 | 4.68 KB |
安装次数 | 2,743 |
当前版本 | 0.0.0.2 |
更新时间 | 2012-08-22 |
上架时间 | 2012-08-21 |
评分 | 3.65/5 共26次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "OSX Resizer", "manifest_version": 2, "version": "0.0.0.2", "description": "Allow OSX users to view sites in a window smaller than 400px", "permissions": [ "tabs" ], "browser_action": { "default_icon": "mobile.png", "default_popup": "window.html" } } |