Fit YT to Width
Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook.
Fit YT to Widthとは何ですか?
Fit YT to WidthはAndrew Lansingによって開発されたChromeの拡張機能で、その主な機能は「Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook.」です。
拡張機能のスクリーンショット
Fit YT to Width拡張機能のCRXファイルをダウンロード
Fit YT to Width拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tip: Chromebook users can make use of the alt + [ and alt + ] shortcuts to resize windows to fit half of your screen as seen in the screenshot
拡張機能の基本情報
名前 | |
ID | ijigameikofpgbincaiclnjlifjfekpf |
公式URL | https://chrome.google.com/webstore/detail/fit-yt-to-width/ijigameikofpgbincaiclnjlifjfekpf |
説明 | Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook. |
ファイルサイズ | 7.14 KB |
インストール数 | 167 |
現在のバージョン | 1.2 |
最終更新日 | 2017-07-18 |
公開日 | 2017-07-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Andrew Lansing |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fit YT to Width", "version": "1.2", "description": "Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook.", "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": "icon.png", "default_title": "Fit YT to Witdh" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "permissions": [ "declarativeContent", "https:\/\/www.youtube.com\/*", "tabs" ], "manifest_version": 2 } |