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

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

拡張機能の使用方法

                        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
Eメール [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"
}