Reddit Stash

A Saved Post Viewer for Reddit

什么是Reddit Stash?

Reddit Stash是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A Saved Post Viewer for Reddit”。

扩展截图

screenshot

下载Reddit Stash扩展crx文件

下载Reddit Stash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reddit Stash is a simple viewer for your "Saved Posts" on your reddit account. It works out of the box with zero configuration as long as you're logged into reddit. It currently displays the most recent 25 links when clicked.

Created because I often save links I want to read later on my phone, but often forget to come back and actually read them. 

New in 0.2:
• Local Storage of *all* links.
• Search by title, subreddit, text, or link.
• Styling improvements.
• Refresh Button.
• Support for Saved Comments.

Github: https://github.com/rvilgalys/redditStash

Icons used:
Material Bookmark Icon: https://material.io/tools/icons/?search=bookm&icon=bookmark_border&style=round
Reddit Alien Font Awesome Icon: https://fontawesome.com/icons/reddit-alien?style=brands                    

扩展基本信息

名称 Reddit Stash Reddit Stash
ID inhipkcfbhpbdeciibgjjghbnijhfjfo
官方URL https://chromewebstore.google.com/detail/reddit-stash/inhipkcfbhpbdeciibgjjghbnijhfjfo
简介 A Saved Post Viewer for Reddit
文件大小 63.3 KB
安装次数 83
当前版本 0.2
更新时间 2019-07-01
上架时间 2019-06-30
开发者 Unknown
付费类型 free
扩展官网 https://github.com/rvilgalys/redditStash
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Stash",
    "version": "0.2",
    "description": "A Saved Post Viewer for Reddit",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/www.reddit.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "32": "images\/icon_32.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2
}