Reddit Inline

L337 R3DD17

Reddit Inline란 무엇입니까?

Reddit Inline은(는) Anvaka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "L337 R3DD17"입니다.

확장 프로그램 스크린샷

screenshot

Reddit Inline 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}