Mention It

Replace Twitter's Moments tab with a Mentions tab

What is Mention It?

Mention It is a Chrome extension developed by freginold, and its main feature is "Replace Twitter's Moments tab with a Mentions tab".

Extension Screenshots

screenshot

Download Mention It Extension CRX File

Download Mention It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mention It Mention It
ID gocmaoekbehkaffkagkfomjohipbggne
Official URL https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne
Description Replace Twitter's Moments tab with a Mentions tab
File Size 9.65 KB
Installation Count 18
Current Version 1.0
Last Updated 2016-05-17
Publish Date 2016-05-17
Developer freginold
Payment Type free
Supported Languages 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"
        }
    ]
}