Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
什么是Subreddit Bookmarks?
Subreddit Bookmarks是由john.horner开发的Chrome扩展程序,该扩展的主要功能是“Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature”。
扩展截图
下载Subreddit Bookmarks扩展crx文件
下载Subreddit Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | npfhoibgceohdgkoighlnnnikbbepfjb |
官方URL | https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb |
简介 | Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature |
文件大小 | 54.35 KB |
安装次数 | 238 |
当前版本 | 0.1.2 |
更新时间 | 2018-04-07 |
上架时间 | 2018-04-07 |
评分 | 3.38/5 共8次评分 |
开发者 | john.horner |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://johnhorner.info/ |
支持的语言 | 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" ] } |