Reddit Stash

A Saved Post Viewer for Reddit

Reddit Stash란 무엇입니까?

Reddit Stash은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Saved Post Viewer for Reddit"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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
}