Mention It

Replace Twitter's Moments tab with a Mentions tab

Mention It란 무엇입니까?

Mention It은(는) freginold에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Twitter's Moments tab with a Mentions tab"입니다.

확장 프로그램 스크린샷

screenshot

Mention It 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you don't use Twitter's Moments tab and you'd like quicker access to your mentions page, Mention It is for you.  There are many Chrome extensions that will remove the Moments tab from Twitter.  This is the first one that will replace it with a (more useful) Mentions tab.

Credit for the idea to make this extension goes to @KPskits.                    

확장 프로그램 기본 정보

이름 Mention It Mention It
ID gocmaoekbehkaffkagkfomjohipbggne
공식 URL https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne
설명 Replace Twitter's Moments tab with a Mentions tab
파일 크기 9.65 KB
설치 횟수 18
현재 버전 1.0
최근 업데이트 2016-05-17
출시 날짜 2016-05-17
개발자 freginold
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mention It",
    "description": "Replace Twitter's Moments tab with a Mentions tab",
    "version": "1.0",
    "short_name": "Remove the Archive button from Yahoo Mail, and put the Delete button back where it used to be.",
    "icons": {
        "16": "mentionIt16.png",
        "48": "mentionIt48.png",
        "128": "mentionIt128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "mentionIt.js"
            ],
            "run_at": "document_end"
        }
    ]
}