Mention It
Replace Twitter's Moments tab with a Mentions tab
Co je Mention It?
Mention It je rozšíření Chrome vyvinuté freginold, a jeho hlavní funkcí je „Replace Twitter's Moments tab with a Mentions tab“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mention It
Stáhněte si soubory rozšíření Mention It ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Mention It |
ID | gocmaoekbehkaffkagkfomjohipbggne |
Oficiální URL | https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne |
Popis | Replace Twitter's Moments tab with a Mentions tab |
Velikost souboru | 9.65 KB |
Počet instalací | 18 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-05-17 |
Datum Vydání | 2016-05-17 |
Vývojář | freginold |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |