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" ] } |