Reddit Stash
A Saved Post Viewer for Reddit
Reddit Stashとは何ですか?
Reddit StashはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A Saved Post Viewer for Reddit」です。
拡張機能のスクリーンショット
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 |
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 } |