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 파일 다운로드

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

확장 프로그램 사용 설명서

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