Mention It

Replace Twitter's Moments tab with a Mentions tab

Mention Itคืออะไร?

Mention It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย freginold และคุณลักษณะหลักของมันคือ "Replace Twitter's Moments tab with a Mentions tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mention It

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}