Subreddit Bookmarks

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

Wat is Subreddit Bookmarks?

Subreddit Bookmarks is een Chrome-extensie ontwikkeld door john.horner, en de belangrijkste functie is "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Subreddit Bookmarks

Download Subreddit Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Subreddit Bookmarks Subreddit Bookmarks
ID npfhoibgceohdgkoighlnnnikbbepfjb
Officiële URL https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb
Beschrijving Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
Bestandsgrootte 54.35 KB
Aantal Installaties 238
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-04-07
Publicatiedatum 2018-04-07
Beoordeling 3.38/5 Totaal 8 Beoordelingen
Ontwikkelaar john.horner
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://johnhorner.info/
Ondersteunde Talen 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"
    ]
}