Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
ما هو Subreddit Bookmarks؟
Subreddit Bookmarks هو إضافة Chrome تم تطويرها بواسطة john.horner، والميزة الرئيسية لها هي "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Subreddit Bookmarks
قم بتنزيل ملفات الامتداد Subreddit Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |