720p: Resize!

Resize the window to 720p!

720p: Resize! là gì?

720p: Resize! là một tiện ích mở rộng Chrome được phát triển bởi https://hypno.nimja.com, và tính năng chính của nó là "Resize the window to 720p!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 720p: Resize!

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

                        Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things.

It requires no permissions, cannot read your tabs and the code is easy and clean to read.

Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.                    

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

Tên 720p: Resize! 720p: Resize!
ID bdlfnaiibeegbolelkggmmlkahmpinhb
URL Chính Thức https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb
Mô tả Resize the window to 720p!
Kích Thước Tệp 8.61 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-12-28
Ngày Phát Hành 2015-12-28
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://hypno.nimja.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "720p: Resize!",
    "description": "Resize the window to 720p!",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "name": "Resize the viewport.",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "manifest_version": 2
}