Trim Twitter Search Results

Hide the predictive text results in Twitter's search bar.

Trim Twitter Search Resultsとは何ですか?

Trim Twitter Search Resultsはlukeedによって開発されたChromeの拡張機能で、その主な機能は「Hide the predictive text results in Twitter's search bar.」です。

拡張機能のスクリーンショット

screenshot

Trim Twitter Search Results拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When performing a search on Twitter, you may have encountered the annoying experience wherein you've typed your query string and are about to click a result, only to be interrupted by Twitter's equivalent of "Did you mean?" >.<

This extension hides the lazy-loaded list of predictive / "helpful" text. You'll never misclick a search result again!

As of 1.2.0, this works on the main & mobile Twitter sites.

See the website for more info.                    

拡張機能の基本情報

名前 Trim Twitter Search Results Trim Twitter Search Results
ID clkpgpgblnjiddhjfbihcemkaofaibba
公式URL https://chromewebstore.google.com/detail/trim-twitter-search-resul/clkpgpgblnjiddhjfbihcemkaofaibba
説明 Hide the predictive text results in Twitter's search bar.
ファイルサイズ 9.29 KB
インストール数 10
現在のバージョン 1.2.0
最終更新日 2018-01-06
公開日 2018-01-05
評価 3.00/5 合計 2 レビュー
開発者 lukeed
支払い方法 free
拡張機能のウェブサイト https://github.com/lukeed/twitter-search-extension
ヘルプページのURL https://github.com/lukeed/twitter-search-extension/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trim Twitter Search Results",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Hide the predictive text results in Twitter's search bar.",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-search-extension",
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}