Reddit Sidebar Toggle
Toggles visibility for reddit's sidebar
Reddit Sidebar Toggle란 무엇입니까?
Reddit Sidebar Toggle은(는) nicholasdtc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toggles visibility for reddit's sidebar"입니다.
확장 프로그램 스크린샷
Reddit Sidebar Toggle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Adds a tab button that toggles Reddit's sidebar to the right. - Option to auto-hide the multireddits bar to the left.
확장 프로그램 기본 정보
이름 | |
ID | dckhfmfkjpbkkmfhbfgdppknpopgfaam |
공식 URL | https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/dckhfmfkjpbkkmfhbfgdppknpopgfaam |
설명 | Toggles visibility for reddit's sidebar |
파일 크기 | 106 KB |
설치 횟수 | 81 |
현재 버전 | 0.6 |
최근 업데이트 | 2014-09-25 |
출시 날짜 | 2014-09-25 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | nicholasdtc |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Sidebar Toggle", "short_name": "RTS", "version": "0.6", "description": "Toggles visibility for reddit's sidebar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Nicholas DT Carvalho - [email protected]", "options_page": "options.html", "permissions": [ "storage", "tabs", "*:\/\/*.reddit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "jquery-1.11.0.min.js", "redditSidebarToggle.js" ] } ] } |