Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

什麼是Reddit Sidebar Toggle?

Reddit Sidebar Toggle是由dylan.araps開發的Chrome擴展程式,該擴展的主要功能是“Toggle the sidebar on reddit.com”。

擴展截圖

screenshot
screenshot

下載Reddit Sidebar Toggle擴展crx文件

下載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
官方網址 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"
        ]
    }
}