Mention It

Replace Twitter's Moments tab with a Mentions tab

Mention It क्या है?

Mention It freginold द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Twitter's Moments tab with a Mentions tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mention It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}