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ファイルをダウンロード

Manage Reddit Subscriptions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}