Reddit Eclipse

Make Reddit look like the Eclipse Editor

Reddit Eclipse क्या है?

Reddit Eclipse Colin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Reddit look like the Eclipse Editor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Eclipse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Eclipse Reddit Eclipse
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\/*"
    ]
}