Reddit Yesterday

Adds a 'yesterday' button to the existing options in the top/controversial stories menu to see what reddit looked like yesterday.

Reddit Yesterday란 무엇입니까?

Reddit Yesterday은(는) S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a 'yesterday' button to the existing options in the top/controversial stories menu to see what reddit looked like yesterday."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Forgot to browse reddit yesterday? Missed out on the top stories.

This extension adds a 'yesterday' button to the existing options to the top/controversial stories menu to see what reddit looked like yesterday.                    

확장 프로그램 기본 정보

이름 Reddit Yesterday Reddit Yesterday
ID bcablceingmhlojkbjebfdaeloedggag
공식 URL https://chrome.google.com/webstore/detail/reddit-yesterday/bcablceingmhlojkbjebfdaeloedggag
설명 Adds a 'yesterday' button to the existing options in the top/controversial stories menu to see what reddit looked like yesterday.
파일 크기 59.36 KB
설치 횟수 96
현재 버전 1.1
최근 업데이트 2014-08-27
출시 날짜 2014-08-27
평점 5.00/5 총 3 개의 평점
개발자 S
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "data\/assets\/jquery.min.js",
                "data\/app\/main.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*top*",
                "*:\/\/*.reddit.com\/*controversial*"
            ]
        }
    ],
    "description": "Adds a 'yesterday' button to the existing options in the top\/controversial stories menu to see what reddit looked like yesterday.",
    "icons": {
        "128": "data\/assets\/icon-128.png",
        "16": "data\/assets\/icon-16.png",
        "48": "data\/assets\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAszxR1Kk30vWChPcXH5AxE2+5rUIwQasVhLUsiUFpj0GFARI\/gsyeRIlNOWBmrno87tCdzK18\/LhqvbyS6AgKUkhUADidVhoFSH\/OAGLw6X1GRHX2XYvi9OLXHlt6wnE0hx06Dan38brbwAzQ9eZMwgBIoqfeXYm2w27SVfl1qI6c124GJbIC1naKh0PoOf9zi7AZamVNDWnhdSTVbHO0lhqNOQy6\/DJKRP0htLF8nCUJayihL9Iruqbcp9NC\/La5i2uqqUgT8\/xeFf3XbiHcT15FHcX1IFrk9B5GdAHtEC8t2QqciiI3at1BpSRXOxRUCLTYwXcMO0Ok2uybocFjIQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "Reddit Yesterday",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "data\/assets\/data\/app\/jquery.min.map"
    ]
}