Reddit Eclipse
Make Reddit look like the Eclipse Editor
Reddit Eclipse란 무엇입니까?
Reddit Eclipse은(는) Colin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Reddit look like the Eclipse Editor"입니다.
확장 프로그램 스크린샷
Reddit Eclipse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Restyle reddit to make it look like java code in eclipse. Looks way better if you run it in app mode. To do it on linux, run "chromium-browser --app=http://reddit.com" Based on this user style: http://userstyles.org/styles/40327/codereddit Press "Ctrl+x+x" to temporarily disable the style
확장 프로그램 기본 정보
이름 | |
ID | llmbphfedjhlgfhjnlkgmambgglganol |
공식 URL | https://chrome.google.com/webstore/detail/reddit-eclipse/llmbphfedjhlgfhjnlkgmambgglganol |
설명 | Make Reddit look like the Eclipse Editor |
파일 크기 | 21.7 KB |
설치 횟수 | 112 |
현재 버전 | 1.2 |
최근 업데이트 | 2012-09-17 |
출시 날짜 | 2012-09-17 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | Colin |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Eclipse", "version": "1.2", "manifest_version": 2, "description": "Make Reddit look like the Eclipse Editor", "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*" ], "js": [ "bg.js" ] } ], "web_accessible_resources": [ "left-repeat.png", "right-repeat.png", "top-repeat.png", "top-left.png", "top-right.png", "project-icon.png", "style.css" ], "permissions": [ "http:\/\/reddit.com\/*" ] } |