Mention It
Replace Twitter's Moments tab with a Mentions tab
Was ist Mention It?
Mention It ist eine Chrome-Erweiterung, die von freginold entwickelt wurde, und ihr Hauptmerkmal ist "Replace Twitter's Moments tab with a Mentions tab".
Erweiterungsscreenshots
Mention It-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mention It-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mention It |
ID | gocmaoekbehkaffkagkfomjohipbggne |
Offizielle URL | https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne |
Beschreibung | Replace Twitter's Moments tab with a Mentions tab |
Dateigröße | 9.65 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-05-17 |
Veröffentlichungsdatum | 2016-05-17 |
Entwickler | freginold |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |