Mention It

Replace Twitter's Moments tab with a Mentions tab

Qu'est-ce que Mention It ?

Mention It est une extension Chrome développée par freginold, et sa fonction principale est "Replace Twitter's Moments tab with a Mentions tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mention It

Téléchargez les fichiers d'extension Mention It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mention It Mention It
ID gocmaoekbehkaffkagkfomjohipbggne
URL Officiel https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne
Description Replace Twitter's Moments tab with a Mentions tab
Taille du Fichier 9.65 KB
Nombre d'Installations 18
Version Actuelle 1.0
Dernière Mise à Jour 2016-05-17
Date de Publication 2016-05-17
Développeur freginold
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}