Reddit Inline

L337 R3DD17

Reddit Inlineคืออะไร?

Reddit Inline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anvaka และคุณลักษณะหลักของมันคือ "L337 R3DD17"

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

screenshot

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

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

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

                        This extension allows you to browse reddit.com with no need to press "back" button or to close opened tabs. It renders your subreddits inside developer tools window, and opens links in the attached window. 

Unlike other reddit extensions this is the first extension which allows you to browse any website and have complete browsing experience, without compromising your security (since target pages do not have access to developer tools).

I hope you enjoy the project and help me to make it better. It is open source and you are very welcome to contribute to the project: https://github.com/anvaka/reddit-inline :)

Cheers
Anvaka                    

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

ชื่อ Reddit Inline Reddit Inline
ID libfancpdbegemadjcfcaaiicbhalkin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin
คำอธิบาย L337 R3DD17
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 457
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2013-02-07
วันที่เผยแพร่ 2013-02-07
คะแนน 4.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Anvaka
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Inline",
    "description": "L337 R3DD17",
    "version": "0.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "128": "assets\/logo-128.png"
    },
    "devtools_page": "main.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "*:\/\/*.reddit.com\/",
        "cookies"
    ]
}