Manage Reddit Subscriptions

Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).

Manage Reddit Subscriptions란 무엇입니까?

Manage Reddit Subscriptions은(는) Ictinus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits)."입니다.

확장 프로그램 스크린샷

screenshot

Manage Reddit Subscriptions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage Reddit Subscriptions (MRS) provides a top tab titled 'reddits' to access and manage all the reddits you have visited or scanned.

On first use, MRS will scan your subscribed reddits and ready them for you.
Subscribed reddits appear as green in the list, unsuscribed as red.
As you visit (sub)reddits, they are added to your list.
To add more reddits, click 'more reddits' and your list will slowly fetch 20 pages of reddits at a time.
The status bar at the bottom will display: Reddits Subscribed: /, Filtered: /< totlal filtered #>

Filter the list by reddits; tags; both. 
Display options also include: Show NSFW; Subscribed Only; Tagged Only

Single mouse click on 'View' will open the selected reddit(s) in the current window, middle mouse click will open to a new window.                    

확장 프로그램 기본 정보

이름 Manage Reddit Subscriptions Manage Reddit Subscriptions
ID chjkmeicdafbnidomnpdcchjnimdepik
공식 URL https://chrome.google.com/webstore/detail/manage-reddit-subscriptio/chjkmeicdafbnidomnpdcchjnimdepik
설명 Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).
파일 크기 17.08 KB
설치 횟수 57
현재 버전 0.71.1
최근 업데이트 2014-07-28
출시 날짜 2014-07-28
평점 4.00/5 총 2 개의 평점
개발자 Ictinus
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ictinus/manageRedditSubscriptions
도움말 페이지 URL https://github.com/Ictinus/manageRedditSubscriptions/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Paul Blackman",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "css": [],
            "js": [
                "manageRedditSubscriptions.user.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "mrs_icon_16.png",
        "32": "mrs_icon_32.png",
        "48": "mrs_icon_48.png",
        "128": "mrs_icon_128.png"
    },
    "description": "Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).",
    "name": "Manage Reddit Subscriptions",
    "short_name": "MRS",
    "version": "0.71.1"
}