Portrait Mode

Experience the new horizon of web browsing; portrait mode.

Portrait Modeคืออะไร?

Portrait Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaewoong.info และคุณลักษณะหลักของมันคือ "Experience the new horizon of web browsing; portrait mode."

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

screenshot

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

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

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

                        Why no portrait mode for laptop?
Here, I proudly introduce the Portrait Mode for chrome!

* Only works with laptops with accelerometer/gyroscope ( old Macbook pro w/ HDD )
* Created for Stupid Shit No One Needs & Terrible Ideas Hackathon, November 2014 ( http://www.stupidhackathon.com/ )
* This extension is just a minor modification of existing extension Read In Bed ( https://chrome.google.com/webstore/detail/read-in-bed/gjbepkalbfffninamijgbcniiiogcgjp?hl=en )                    

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

ชื่อ Portrait Mode Portrait Mode
ID odkneplaechagohpjfklebdjepjbkkhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/portrait-mode/odkneplaechagohpjfklebdjepjbkkhn
คำอธิบาย Experience the new horizon of web browsing; portrait mode.
ขนาดไฟล์ 42.1 KB
จำนวนการติดตั้ง 398
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-11-16
วันที่เผยแพร่ 2014-11-15
คะแนน 1.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jaewoong.info
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portrait Mode",
    "description": "Experience the new horizon of web browsing; portrait mode.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "inject_rotate.js"
            ]
        }
    ]
}