720p: Resize!

Resize the window to 720p!

什麼是720p: Resize!?

720p: Resize!是由https://hypno.nimja.com開發的Chrome擴展程式,該擴展的主要功能是“Resize the window to 720p!”。

擴展截圖

screenshot
screenshot

下載720p: Resize!擴展crx文件

下載720p: Resize!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 720p: Resize! 720p: Resize!
ID bdlfnaiibeegbolelkggmmlkahmpinhb
官方網址 https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb
簡介 Resize the window to 720p!
檔案大小 8.61 KB
安裝次數 132
目前版本 1.0
更新時間 2015-12-28
上架時間 2015-12-28
評分 4.00/5 共 4 次評分
開發者 https://hypno.nimja.com
付費類型 free
支援的語言 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
}