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\/*" ] } |