xkcd Thread Muter

A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent.

xkcd Thread Muterคืออะไร?

xkcd Thread Muter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amber Yust และคุณลักษณะหลักของมันคือ "A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xkcd Thread Muter

ดาวน์โหลดไฟล์ส่วนขยาย xkcd Thread Muter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is specific to the xkcd forums ([forums, fora].xkcd.com).

It provides the equivalent of "foe" functionality for threads (rather than users). Individual threads can be muted, after which they will not show up in a forum's thread list (nor will they show up in egosearch or thread searches). If going directly to the URL of a muted thread, the posts in that thread will be faded to 10% opacity.

To mute a thread, simply click the speaker icon that shows up on the right side of the address bar when viewing that thread. (Clicking it again will unmute the thread.)

(Note: Posts in muted threads will still show up in post search results.)

======= New in 1.0.4 =======

- Fixed a bug with manifest v2.

======= New in 1.0.2 =======

- Option to only hide threads from egosearch, not from other places and no fading.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ xkcd Thread Muter xkcd Thread Muter
ID hbimklmglongflikhedfedomglcedlkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xkcd-thread-muter/hbimklmglongflikhedfedomglcedlkb
คำอธิบาย A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent.
ขนาดไฟล์ 59.22 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2013-06-15
วันที่เผยแพร่ 2013-06-14
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Amber Yust
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd Thread Muter",
    "version": "1.0.4",
    "description": "A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent.",
    "icons": {
        "128": "mute.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/forums.xkcd.com\/",
        "http:\/\/fora.xkcd.com\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-1.6.2.min.js",
            "options.js",
            "muter.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "sound.png",
        "default_title": "Click to mute this thread"
    }
}