Luna Orangereds

This extension replaces your reddit orangereds with Luna!

Luna Orangeredsคืออะไร?

Luna Orangereds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rhiven.sscs6000.com และคุณลักษณะหลักของมันคือ "This extension replaces your reddit orangereds with Luna!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Luna Orangereds

ดาวน์โหลดไฟล์ส่วนขยาย Luna Orangereds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Luna Orangereds replaces the default reddit message envelopes. When you have no messages, Luna will serenely watch over your page. When you get a letter though, Luna will enthusiastically alert you with a red envelope and a sound alert.

Please report any bugs to me at [email protected]                    

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

ชื่อ Luna Orangereds Luna Orangereds
ID ncmcpdachomeedeaeildgjacijfigkbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/luna-orangereds/ncmcpdachomeedeaeildgjacijfigkbi
คำอธิบาย This extension replaces your reddit orangereds with Luna!
ขนาดไฟล์ 40.74 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-04-05
วันที่เผยแพร่ 2013-04-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://rhiven.sscs6000.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension replaces your reddit orangereds with Luna!",
    "name": "Luna Orangereds",
    "homepage_url": "http:\/\/rhiven.sscs6000.com\/index.htm",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/",
                "http:\/\/*.reddit.com\/",
                "http:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*"
            ],
            "js": [
                "lunaorangereds.user.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.1"
}