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
电子邮箱 [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"
}