Reddit Inline

L337 R3DD17

Reddit Inline là gì?

Reddit Inline là một tiện ích mở rộng Chrome được phát triển bởi Anvaka, và tính năng chính của nó là "L337 R3DD17".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Inline

Tải xuống các tệp mở rộng Reddit Inline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit Inline Reddit Inline
ID libfancpdbegemadjcfcaaiicbhalkin
URL Chính Thức https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin
Mô tả L337 R3DD17
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 457
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2013-02-07
Ngày Phát Hành 2013-02-07
Đánh Giá 4.47/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Anvaka
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}