Manage Reddit Subscriptions

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

Manage Reddit Subscriptionsคืออะไร?

Manage Reddit Subscriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ictinus และคุณลักษณะหลักของมันคือ "Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manage Reddit Subscriptions

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}