PocketMonitor
Because one size does not fit all. PocketMonitor creates a new video at the top with scaleable video size to maximize the amount…
PocketMonitorとは何ですか?
PocketMonitorはjonathantsangによって開発されたChromeの拡張機能で、その主な機能は「Because one size does not fit all. PocketMonitor creates a new video at the top with scaleable video size to maximize the amount…」です。
拡張機能のスクリーンショット
PocketMonitor拡張機能のCRXファイルをダウンロード
PocketMonitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Because one size does not fit all. PocketMonitor creates a new video at the top with scaleable video size to maximize the amount of viewing space. in a new tab, the video is opened that is scalable to the browser size. Steps: 1. Go to YouTube video page 2. Click the PocketMonitor Icon 3. Full Screen video! Youtube currently has theater mode alongside full-screen video sizes, but other than that, there is no size for in-between. In many cases people use full-screen alongside multiple monitors, but in some cases if you don't have another monitor, you would need to suffice to one of these three sizes. I made PocketMonitor because I wanted to have a quick or working way for Youtube videos to be resized based on the web browser size.
拡張機能の基本情報
名前 | |
ID | okcaoddgdgnnoehbamegnpjajchkjing |
公式URL | https://chrome.google.com/webstore/detail/pocketmonitor/okcaoddgdgnnoehbamegnpjajchkjing |
説明 | Because one size does not fit all. PocketMonitor creates a new video at the top with scaleable video size to maximize the amount… |
ファイルサイズ | 1.08 MB |
インストール数 | 14 |
現在のバージョン | 1.3 |
最終更新日 | 2017-03-07 |
公開日 | 2017-03-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jonathantsang |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PocketMonitor", "short_name": "PM", "version": "1.3", "browser_action": { "default_icon": "mon.png" }, "icons": { "16": "mon.png", "48": "mon.png", "128": "mon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/jquery-3.1.1.min.js", "scripts\/content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "activeTab", "tabs" ] } |