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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}