Subreddit Bookmarks

Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature

What is Subreddit Bookmarks?

Subreddit Bookmarks is a Chrome extension developed by john.horner, and its main feature is "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature".

Extension Screenshots

screenshot
screenshot

Download Subreddit Bookmarks Extension CRX File

Download Subreddit Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Subreddit Bookmarks Subreddit Bookmarks
ID npfhoibgceohdgkoighlnnnikbbepfjb
Official URL https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb
Description Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
File Size 54.35 KB
Installation Count 238
Current Version 0.1.2
Last Updated 2018-04-07
Publish Date 2018-04-07
Rating 3.38/5 Total 8 Ratings
Developer john.horner
Email [email protected]
Payment Type free
Extension Website http://johnhorner.info/
Supported Languages 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"
    ]
}