Reddit Eclipse
Make Reddit look like the Eclipse Editor
Co to jest Reddit Eclipse?
Reddit Eclipse to rozszerzenie Chrome opracowane przez Colin, a jego główną funkcją jest „Make Reddit look like the Eclipse Editor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Eclipse
Pobierz pliki rozszerzeń Reddit Eclipse w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | llmbphfedjhlgfhjnlkgmambgglganol |
Oficjalny URL | https://chrome.google.com/webstore/detail/reddit-eclipse/llmbphfedjhlgfhjnlkgmambgglganol |
Opis | Make Reddit look like the Eclipse Editor |
Rozmiar pliku | 21.7 KB |
Liczba instalacji | 112 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2012-09-17 |
Data Publikacji | 2012-09-17 |
Ocena | 4.00/5 Łącznie 6 Oceny |
Deweloper | Colin |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |