Toggle Stackoverflow sidebar
Adds a button to toggle the Stackoverflow sidebar.
Toggle Stackoverflow sidebarคืออะไร?
Toggle Stackoverflow sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds a button to toggle the Stackoverflow sidebar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggle Stackoverflow sidebar
ดาวน์โหลดไฟล์ส่วนขยาย Toggle Stackoverflow sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides the distracting sidebar from Stackoverflow pages, centers the main text, and creates a button for revealing the sidebar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Toggle Stackoverflow sidebar |
ID | jhgooipphocncabpmflocgdmhojmhibi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/toggle-stackoverflow-side/jhgooipphocncabpmflocgdmhojmhibi |
คำอธิบาย | Adds a button to toggle the Stackoverflow sidebar. |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-12-23 |
วันที่เผยแพร่ | 2014-12-22 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle Stackoverflow sidebar", "manifest_version": 2, "version": "1.2", "description": "Adds a button to toggle the Stackoverflow sidebar.", "page_action": { "name": "Toggle Sidebar" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "content_scripts": [ { "css": [ "jquery-ui.css" ], "js": [ "jquery.min.js", "background.js", "jquery-ui.min.js" ], "matches": [ "*:\/\/*.stackoverflow.com\/*" ] } ] } |