Minimal Stack Overflow
A simple way to hide both sidebars from Stack Overflow question`s page
Minimal Stack Overflowคืออะไร?
Minimal Stack Overflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felipe Mendes และคุณลักษณะหลักของมันคือ "A simple way to hide both sidebars from Stack Overflow question`s page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Stack Overflow
ดาวน์โหลดไฟล์ส่วนขยาย Minimal Stack Overflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iacpemcanoendljfmmdcbonjanbmpmha |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha |
| คำอธิบาย | A simple way to hide both sidebars from Stack Overflow question`s page |
| ขนาดไฟล์ | 69.99 KB |
| จำนวนการติดตั้ง | 67 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2019-02-15 |
| วันที่เผยแพร่ | 2019-02-14 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Felipe Mendes |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/felipemendes/minimal-stack-overflow |
| URL หน้าช่วยเหลือ | https://github.com/felipemendes/minimal-stack-overflow/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimal Stack Overflow",
"version": "0.0.2",
"manifest_version": 2,
"description": "A simple way to hide both sidebars from Stack Overflow question`s page",
"homepage_url": "https:\/\/github.com\/felipemendes\/minimal-stack-overflow",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Minimal Stack Overflow"
},
"content_scripts": [
{
"css": [
"css\/styles.min.css"
],
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/stackoverflow.com\/questions\/*",
"https:\/\/*.stackoverflow.com\/questions\/*"
]
}
]
} | |