stackoverflow simplified

Removes the side bar to make more space for the main content.

stackoverflow simplifiedคืออะไร?

stackoverflow simplified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tibo และคุณลักษณะหลักของมันคือ "Removes the side bar to make more space for the main content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย stackoverflow simplified

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

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

                        Removes the right column in stackoverflow and extends the main content to use the full width.

Images are also centered and are displayed wider when possible.

Editor also uses the full width.

The top bar is always visible so you don't need to scroll back up to access it.

More to come? Don't hesitate to ask for new features!                    

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

ชื่อ stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
คำอธิบาย Removes the side bar to make more space for the main content.
ขนาดไฟล์ 11.58 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-03-07
วันที่เผยแพร่ 2016-02-14
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Tibo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stackoverflow simplified",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Removes the side bar to make more space for the main content.",
    "author": "Thibaud Lescuyer",
    "icons": {
        "128": "stackoverflow-simplified-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/*"
            ],
            "js": [
                "stackoverflow-simplified.js"
            ],
            "css": [
                "stackoverflow-simplified.css"
            ]
        }
    ]
}