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
公式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"
    }
}