Twitter's {searchTerms}

Hide Twitter's {searchTerms} page and display the home page instead.

Twitter's {searchTerms}란 무엇입니까?

Twitter's {searchTerms}은(는) Plippe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Twitter's {searchTerms} page and display the home page instead."입니다.

Twitter's {searchTerms} 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. 

If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead.

The extension's source code can be found on our website.                    

확장 프로그램 기본 정보

이름 Twitter's {searchTerms} Twitter's {searchTerms}
ID blgmfjfoadpcpedhlbfdfigmgbjdndon
공식 URL https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon
설명 Hide Twitter's {searchTerms} page and display the home page instead.
파일 크기 16.79 KB
설치 횟수 21
현재 버전 1.0
최근 업데이트 2015-07-12
출시 날짜 2015-07-12
평점 5.00/5 총 1 개의 평점
개발자 Plippe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/plippe/chrome-twitter-home
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "name": "Twitter's {searchTerms}",
    "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home",
    "description": "Hide Twitter's {searchTerms} page and display the home page instead.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/twitter.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}