Subreddit Bookmarks
Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
什麼是Subreddit Bookmarks?
Subreddit Bookmarks是由john.horner開發的Chrome擴展程式,該擴展的主要功能是“Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature”。
擴展截圖
下載Subreddit Bookmarks擴展crx文件
下載Subreddit Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |