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”。

擴展截圖

screenshot

下載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 OSX Resizer
ID aopgpanbkndckicpnnnaeiebllepdldc
官方網址 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"
    }
}