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은(는) Amber Yust에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A way to mute certain forum threads, hiding them from thread lists as well as making the thread posts themselves nearly transparent."입니다.

확장 프로그램 스크린샷

screenshot

xkcd Thread Muter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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