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文件
下载Reddit Eclipse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*"
]
} | |