720p: Resize!
Resize the window to 720p!
720p: Resize!とは何ですか?
720p: Resize!はhttps://hypno.nimja.comによって開発されたChromeの拡張機能で、その主な機能は「Resize the window to 720p!」です。
拡張機能のスクリーンショット
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! |
ID | bdlfnaiibeegbolelkggmmlkahmpinhb |
公式URL | 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 } |