Reddit Stash
A Saved Post Viewer for Reddit
Reddit Stash là gì?
Reddit Stash là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A Saved Post Viewer for Reddit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Stash
Tải xuống các tệp mở rộng Reddit Stash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Stash |
ID | inhipkcfbhpbdeciibgjjghbnijhfjfo |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-stash/inhipkcfbhpbdeciibgjjghbnijhfjfo |
Mô tả | A Saved Post Viewer for Reddit |
Kích Thước Tệp | 63.3 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2019-07-01 |
Ngày Phát Hành | 2019-06-30 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rvilgalys/redditStash |
Ngôn Ngữ Được Hỗ Trợ | 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 } |