Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
Co to jest Subreddit Bookmarks?
Subreddit Bookmarks to rozszerzenie Chrome opracowane przez john.horner, a jego główną funkcją jest „Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Subreddit Bookmarks
Pobierz pliki rozszerzeń Subreddit Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | npfhoibgceohdgkoighlnnnikbbepfjb |
Oficjalny URL | https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb |
Opis | Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature |
Rozmiar pliku | 54.35 KB |
Liczba instalacji | 238 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2018-04-07 |
Data Publikacji | 2018-04-07 |
Ocena | 3.38/5 Łącznie 8 Oceny |
Deweloper | john.horner |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://johnhorner.info/ |
Obsługiwane Języki | 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" ] } |