Rotate Google Hangouts

This extension will rotate your google hangouts screen.

Rotate Google Hangoutsคืออะไร?

Rotate Google Hangouts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย violinagin และคุณลักษณะหลักของมันคือ "This extension will rotate your google hangouts screen."

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

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

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

                        A simple app to rotate the body of the google hangouts page.                    

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

ชื่อ Rotate Google Hangouts Rotate Google Hangouts
ID cflpbjihpbmfjcnocpjnndneeiiopfii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rotate-google-hangouts/cflpbjihpbmfjcnocpjnndneeiiopfii
คำอธิบาย This extension will rotate your google hangouts screen.
ขนาดไฟล์ 5.86 KB
จำนวนการติดตั้ง 450
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-04-07
วันที่เผยแพร่ 2014-04-07
คะแนน 1.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา violinagin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotate Google Hangouts",
    "description": "This extension will rotate your google hangouts screen.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_popup": "popup.html"
    }
}