Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
Subreddit Bookmarks क्या है?
Subreddit Bookmarks john.horner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Subreddit Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |