Reddit Hide Sidebar
Provides an option to hide the reddit sidebar.
什么是Reddit Hide Sidebar?
Reddit Hide Sidebar是由Hrishikesh Bakshi开发的Chrome扩展程序,该扩展的主要功能是“Provides an option to hide the reddit sidebar.”。
扩展截图
下载Reddit Hide Sidebar扩展crx文件
下载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 |
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" } |