Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

Reddit Sidebar Toggleคืออะไร?

Reddit Sidebar Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dylan.araps และคุณลักษณะหลักของมันคือ "Toggle the sidebar on reddit.com"

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

screenshot
screenshot

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

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

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

                        This web extension adds a toolbar button to toggle the sidebar on reddit.com                    

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

ชื่อ Reddit Sidebar Toggle Reddit Sidebar Toggle
ID haoffdjocncdbjehkpphfhdppbopmhnd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd
คำอธิบาย Toggle the sidebar on reddit.com
ขนาดไฟล์ 6.49 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-07-11
วันที่เผยแพร่ 2017-07-11
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dylan.araps
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dylanaraps/reddit-sidebar-toggle
URL หน้าช่วยเหลือ https://github.com/dylanaraps/reddit-sidebar-toggle/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Sidebar Toggle",
    "version": "1.0.2",
    "description": "Toggle the sidebar on reddit.com",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/reddit-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/reddit-48.png",
        "default_title": "Reddit: Toggle Sidebar"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}