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."입니다.

확장 프로그램 스크린샷

screenshot

Saved Post Organizer for Reddit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Saved Post Organizer for Reddit
ID kgjlakebjabfcjcnkjfjpmjjpdlmfapb
공식 URL 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"
        ]
    }
}