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 |
官方網址 | 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\/*" ] } |