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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } ] } |