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
官方網址 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"
        }
    ]
}