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ファイルをダウンロード

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

拡張機能の使用方法

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