Mention It

Replace Twitter's Moments tab with a Mentions tab

Mention It là gì?

Mention It là một tiện ích mở rộng Chrome được phát triển bởi freginold, và tính năng chính của nó là "Replace Twitter's Moments tab with a Mentions tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mention It

Tải xuống các tệp mở rộng Mention It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mention It Mention It
ID gocmaoekbehkaffkagkfomjohipbggne
URL Chính Thức https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne
Mô tả Replace Twitter's Moments tab with a Mentions tab
Kích Thước Tệp 9.65 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-17
Ngày Phát Hành 2016-05-17
Nhà Phát Triển freginold
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}