Saved Post Organizer for Reddit
Organize the saved posts from your Reddit account.
什麼是Saved Post Organizer for Reddit?
Saved Post Organizer for Reddit是由escmext開發的Chrome擴展程式,該擴展的主要功能是“Organize the saved posts from your Reddit account.”。
擴展截圖
下載Saved Post Organizer for Reddit擴展crx文件
下載Saved Post Organizer for Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Looking for a convenient way to browse all those saved posts from your Reddit account? Well, look no further! Saved Post Organizer for Reddit automatically groups all of your saved posts by subreddit, alleviating the struggle of searching your entire archive to find what you're looking for. You will need to be logged into Reddit in the browser in order for the extension to be able to access your saved posts. Aside from that, there's no setup required! If you'd like to see the source code for this extension, check out the project on GitHub: https://github.com/escm94/saved-post-organizer. You can also create an issue for the GitHub project if you experience any bugs while using this extension. Saved Post Organizer for Reddit does not share any of your data.
擴展基本資訊
名稱 | Saved Post Organizer for Reddit |
ID | kgjlakebjabfcjcnkjfjpmjjpdlmfapb |
官方網址 | https://chromewebstore.google.com/detail/saved-post-organizer-for/kgjlakebjabfcjcnkjfjpmjjpdlmfapb |
簡介 | Organize the saved posts from your Reddit account. |
檔案大小 | 13.55 MB |
安裝次數 | 114 |
目前版本 | 0.0.0.6 |
更新時間 | 2023-04-08 |
上架時間 | 2020-11-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | escmext |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saved Post Organizer for Reddit", "description": "Organize the saved posts from your Reddit account.", "version": "0.0.0.6", "manifest_version": 2, "browser_action": { "default_popup": "SavedPostOrganizer.html", "default_icon": "images\/icons8-checkmark-26.png" }, "web_accessible_resources": [ "SavedPostOrganizer.js", "SavedPostOrganizer.html" ], "permissions": [ "https:\/\/www.reddit.com\/*" ], "background": { "persistent": false, "scripts": [ "SavedPostOrganizer.js" ] } } |