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.”。

擴展截圖

screenshot
screenshot

下載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 Reddit Hide Sidebar
ID kmhljmlnmkpkfidhceknegheeplgmngg
官方網址 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"
}