Plus Right Stuff Hider
Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Plus Right Stuff Hiderคืออะไร?
Plus Right Stuff Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย veddermatic และคุณลักษณะหลักของมันคือ "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plus Right Stuff Hider
ดาวน์โหลดไฟล์ส่วนขยาย Plus Right Stuff Hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides all the right side boxes; "Trending on Google+", "Hangouts", "You May Know", "You Might Like" as well as the "Chat" pop-up window in the newly redesigned Google+ UI. If you don't use any of those things and don't want to see them, then this is the extension for you! * Version 1.1 re-hides, as they changed the HTML / CSS of the plus layout. * UPDATE! Version 1.2 re-hides, as they changed the HTML / CSS of the plus layout.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oeipgihnclpojojmkmnjgnaebddpmibe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe |
คำอธิบาย | Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+ |
ขนาดไฟล์ | 18.6 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2012-06-27 |
วันที่เผยแพร่ | 2012-06-27 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | veddermatic |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plus Right Stuff Hider", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+", "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "css": [ "noRightSide.css" ] } ] } |