Reddit Eclipse

Make Reddit look like the Eclipse Editor

ما هو Reddit Eclipse؟

Reddit Eclipse هو إضافة Chrome تم تطويرها بواسطة Colin، والميزة الرئيسية لها هي "Make Reddit look like the Eclipse Editor".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reddit Eclipse

قم بتنزيل ملفات الامتداد Reddit Eclipse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}