Reddit Hide Sidebar

Provides an option to hide the reddit sidebar.

Reddit Hide Sidebarคืออะไร?

Reddit Hide Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hrishikesh Bakshi และคุณลักษณะหลักของมันคือ "Provides an option to hide the reddit sidebar."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Hide Sidebar

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

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

                        This extension hides the right sidebar. A "Show Sidebar" link is displayed to show the sidebar.

** NEW IN v0.6 ** : Fix for custom css subreddits like r/videos

** NEW IN v0.5 ** : https:// and np.reddit.com support.

** NEW IN v0.4 ** :  SAVES YOUR SETTING AUTOMATICALLY. Once you change to 'Hide Sidebar' it will be hidden on all pages until you click 'Show Sidebar'.

This extension is useful if you want to check reddit in a small sized window. This extension is also useful to avoid distractions like the flash games.                    

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

ชื่อ Reddit Hide Sidebar Reddit Hide Sidebar
ID kmhljmlnmkpkfidhceknegheeplgmngg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-hide-sidebar/kmhljmlnmkpkfidhceknegheeplgmngg
คำอธิบาย Provides an option to hide the reddit sidebar.
ขนาดไฟล์ 37 KB
จำนวนการติดตั้ง 5,025
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2017-05-14
วันที่เผยแพร่ 2017-05-14
คะแนน 3.99/5 รวมทั้งหมด 86 คะแนน
ผู้พัฒนา Hrishikesh Bakshi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*",
                "http:\/\/np.reddit.com\/*",
                "https:\/\/np.reddit.com\/*"
            ]
        }
    ],
    "description": "Provides an option to hide the reddit sidebar.",
    "name": "Reddit Hide Sidebar",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6"
}