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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonathantsang และคุณลักษณะหลักของมันคือ "Because one size does not fit all. PocketMonitor creates a new video at the top with scaleable video size to maximize the amount…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PocketMonitor

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PocketMonitor PocketMonitor
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"
    ]
}