Mention It

Replace Twitter's Moments tab with a Mentions tab

O que é Mention It?

Mention It é uma extensão do Chrome desenvolvida por freginold, e sua principal característica é "Replace Twitter's Moments tab with a Mentions tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mention It

Baixe arquivos de extensão Mention It no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Mention It Mention It
ID gocmaoekbehkaffkagkfomjohipbggne
URL Oficial https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne
Descrição Replace Twitter's Moments tab with a Mentions tab
Tamanho do Arquivo 9.65 KB
Contagem de Instalações 18
Versão Atual 1.0
Última Atualização 2016-05-17
Data de Publicação 2016-05-17
Desenvolvedor freginold
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}