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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Because one size does not fit all. PocketMonitor creates a new video at the top with scaleable video size to maximize the amount…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PocketMonitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |