720p: Resize!

Resize the window to 720p!

720p: Resize!คืออะไร?

720p: Resize! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hypno.nimja.com และคุณลักษณะหลักของมันคือ "Resize the window to 720p!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 720p: Resize!

ดาวน์โหลดไฟล์ส่วนขยาย 720p: Resize! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things.

It requires no permissions, cannot read your tabs and the code is easy and clean to read.

Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.                    

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

ชื่อ 720p: Resize! 720p: Resize!
ID bdlfnaiibeegbolelkggmmlkahmpinhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb
คำอธิบาย Resize the window to 720p!
ขนาดไฟล์ 8.61 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-12-28
วันที่เผยแพร่ 2015-12-28
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://hypno.nimja.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "720p: Resize!",
    "description": "Resize the window to 720p!",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "name": "Resize the viewport.",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "manifest_version": 2
}