Reddit Eclipse
Make Reddit look like the Eclipse Editor
What is Reddit Eclipse?
Reddit Eclipse is a Chrome extension developed by Colin, and its main feature is "Make Reddit look like the Eclipse Editor".
Extension Screenshots
Download Reddit Eclipse Extension CRX File
Download Reddit Eclipse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | llmbphfedjhlgfhjnlkgmambgglganol |
Official URL | https://chrome.google.com/webstore/detail/reddit-eclipse/llmbphfedjhlgfhjnlkgmambgglganol |
Description | Make Reddit look like the Eclipse Editor |
File Size | 21.7 KB |
Installation Count | 112 |
Current Version | 1.2 |
Last Updated | 2012-09-17 |
Publish Date | 2012-09-17 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Colin |
Payment Type | free |
Supported Languages | 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\/*" ] } |