Browser resize

Simple browser resize

Browser resize là gì?

Browser resize là một tiện ích mở rộng Chrome được phát triển bởi graham, và tính năng chính của nó là "Simple browser resize".

Ả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 Browser resize

Tải xuống các tệp mở rộng Browser resize 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

                        Super simple developer tool to change the browser size. 

Options to edit widths and keep popup open after resize (closes by default of maximise).

Nothing malicious in here, unlike in certain other extensions.

Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. 

Changelog

0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.                    

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

Tên Browser resize Browser resize
ID pnmdcoaajafdppfpioijldebfbpogopn
URL Chính Thức https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn
Mô tả Simple browser resize
Kích Thước Tệp 16.94 KB
Số Lần Cài Đặt 1,949
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2014-10-22
Ngày Phát Hành 2014-10-22
Đánh Giá 4.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển graham
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser resize",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "Simple browser resize",
    "icons": {
        "16": "images\/default.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}