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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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\/*"
    ]
}