Reddit Eclipse
Make Reddit look like the Eclipse Editor
Apa itu Reddit Eclipse?
Reddit Eclipse adalah ekstensi Chrome yang dikembangkan oleh Colin, dan fitur utamanya adalah "Make Reddit look like the Eclipse Editor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit Eclipse
Unduh file ekstensi Reddit Eclipse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | llmbphfedjhlgfhjnlkgmambgglganol |
URL Resmi | https://chrome.google.com/webstore/detail/reddit-eclipse/llmbphfedjhlgfhjnlkgmambgglganol |
Deskripsi | Make Reddit look like the Eclipse Editor |
Ukuran File | 21.7 KB |
Jumlah Instalasi | 112 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2012-09-17 |
Tanggal Publikasi | 2012-09-17 |
Penilaian | 4.00/5 Total 6 Penilaian |
Pengembang | Colin |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |