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ファイルをダウンロード

Reddit Yesterday拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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