Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
Was ist Subreddit Bookmarks?
Subreddit Bookmarks ist eine Chrome-Erweiterung, die von john.horner entwickelt wurde, und ihr Hauptmerkmal ist "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature".
Erweiterungsscreenshots
Subreddit Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Subreddit Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | npfhoibgceohdgkoighlnnnikbbepfjb |
Offizielle URL | https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb |
Beschreibung | Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature |
Dateigröße | 54.35 KB |
Installationsanzahl | 238 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2018-04-07 |
Veröffentlichungsdatum | 2018-04-07 |
Bewertung | 3.38/5 Insgesamt 8 Bewertungen |
Entwickler | john.horner |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://johnhorner.info/ |
Unterstützte Sprachen | 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" ] } |