OSX Resizer

Allow OSX users to view sites in a window smaller than 400px

OSX Resizer là gì?

OSX Resizer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allow OSX users to view sites in a window smaller than 400px".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OSX Resizer

Tải xuống các tệp mở rộng OSX Resizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OSX Resizer OSX Resizer
ID aopgpanbkndckicpnnnaeiebllepdldc
URL Chính Thức https://chromewebstore.google.com/detail/osx-resizer/aopgpanbkndckicpnnnaeiebllepdldc
Mô tả Allow OSX users to view sites in a window smaller than 400px
Kích Thước Tệp 4.68 KB
Số Lần Cài Đặt 2,743
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2012-08-22
Ngày Phát Hành 2012-08-21
Đánh Giá 3.65/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}