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
官方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"
        ]
    }
}