Quoted Replies

See Quotes on Twitter in one click instead of Two.

Quoted Replies란 무엇입니까?

Quoted Replies은(는) dara_tobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See Quotes on Twitter in one click instead of Two."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quoted Replies 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The original, best way to see Quote Tweets on Twitter.

You get a control panel where you can choose which quotes to see.

With this control panel, you may filter quote tweets by whether or not they contain images and/or videos. You may choose to only see quote tweets that have likes and/or retweets above any threshold you prefer. You may also choose to see both the quote tweets and the regular comments for a tweet in the same place. You may opt to see just the quote tweets from the people you follow, and/or quote tweets from verified users. And finally, you can choose to see only the quote tweets that contain and/or don't contain certain words.

To view the Quote Tweets for any Tweet, click on 'Q' among the icons at the bottom of the Tweet.

For suggestions or complaints, mention @dara_tobi on Twitter.                    

확장 프로그램 기본 정보

이름 Quoted Replies Quoted Replies
ID gclkmaikpmlbiighmcliinfiahlfjfbf
공식 URL https://chromewebstore.google.com/detail/quoted-replies/gclkmaikpmlbiighmcliinfiahlfjfbf
설명 See Quotes on Twitter in one click instead of Two.
파일 크기 20.25 KB
설치 횟수 2,090
현재 버전 1.0.6
최근 업데이트 2024-01-07
출시 날짜 2020-02-20
평점 3.13/5 총 16 개의 평점
개발자 dara_tobi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "scripts\/utility.js",
                "scripts\/controls.js",
                "scripts\/index.js"
            ],
            "css": [
                "styles\/index.css"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "description": "See Quotes on Twitter in one click instead of Two.",
    "icons": {
        "48": "icons\/opaque-logo.png"
    },
    "manifest_version": 3,
    "name": "Quoted Replies",
    "short_name": "Quoted Replies",
    "version": "1.0.6"
}