Toggle Comments for reddit
Show and hide comments directly on the home page of reddit!
Toggle Comments for reddit란 무엇입니까?
Toggle Comments for reddit은(는) eet6646에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show and hide comments directly on the home page of reddit!"입니다.
확장 프로그램 스크린샷
Toggle Comments for reddit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you find it annoying to open a new tab/page to view user comments? This extension allows you to show entire comment blocks from a post, on the same page. No need to open a new tab or even leave the page! View the post's comments on the same page, right under the post's title. No new tabs, no new pages, saving you precious reddit'ing time. Open Source! ============ http://goo.gl/HuNxI0
확장 프로그램 기본 정보
이름 | Toggle Comments for reddit |
ID | ooghofdlbfogobekpijdpogbdjilnmoh |
공식 URL | https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh |
설명 | Show and hide comments directly on the home page of reddit! |
파일 크기 | 90.52 KB |
설치 횟수 | 39 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2017-04-21 |
출시 날짜 | 2017-04-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | eet6646 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/eet6646/Toggle-Comments-Reddit |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Comments for reddit", "short_name": "TCr", "description": "Show and hide comments directly on the home page of reddit!", "version": "0.0.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.2.1.min.js", "togglecomments.js" ] } ], "web_accessible_resources": [ "jquery-3.2.1.min.map" ], "permissions": [ "*:\/\/www.reddit.com\/*" ] } |