Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
Subreddit Bookmarks là gì?
Subreddit Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi john.horner, và tính năng chính của nó là "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature".
Ả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 Subreddit Bookmarks
Tải xuống các tệp mở rộng Subreddit Bookmarks 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
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature. Updated because it wasn't 100% clear how to put in your subreddit name.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | npfhoibgceohdgkoighlnnnikbbepfjb |
URL Chính Thức | https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb |
Mô tả | Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature |
Kích Thước Tệp | 54.35 KB |
Số Lần Cài Đặt | 238 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2018-04-07 |
Ngày Phát Hành | 2018-04-07 |
Đánh Giá | 3.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | john.horner |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://johnhorner.info/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Subreddit Bookmarks", "short_name": "subredditBookmarks", "version": "0.1.2", "manifest_version": 2, "description": "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature", "homepage_url": "http:\/\/johnhorner.info\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js", "js\/jquery-2.2.2.min.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "save to your personal reddit" }, "permissions": [ "contextMenus", "https:\/\/*.reddit.com\/*", "activeTab", "storage", "notifications" ] } |