Centralizer
Return YouTube back to centre of your browser window
Centralizerคืออะไร?
Centralizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Return YouTube back to centre of your browser window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Centralizer
ดาวน์โหลดไฟล์ส่วนขยาย Centralizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This little quickly built tool puts YouTube content back into the center of your desktop browser (or close enough) .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Centralizer |
ID | cehclcpdcdlhpcjcocnjkpegfgnokdhj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj |
คำอธิบาย | Return YouTube back to centre of your browser window |
ขนาดไฟล์ | 45.7 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2012-12-07 |
วันที่เผยแพร่ | 2012-12-07 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": false, "css": [ "css\/centralizer.css" ], "js": [ "js\/jquery.js", "js\/underscore.js", "js\/centralizerContentScript.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Return YouTube back to centre of your browser window", "icons": { "128": "icons\/centralizer-128.png", "32": "icons\/centralizer-32.png", "48": "icons\/centralizer-48.png" }, "name": "Centralizer", "version": "0.2", "manifest_version": 2 } |