Mention It
Replace Twitter's Moments tab with a Mentions tab
Apa itu Mention It?
Mention It adalah ekstensi Chrome yang dikembangkan oleh freginold, dan fitur utamanya adalah "Replace Twitter's Moments tab with a Mentions tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mention It
Unduh file ekstensi Mention It dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Mention It |
ID | gocmaoekbehkaffkagkfomjohipbggne |
URL Resmi | https://chromewebstore.google.com/detail/mention-it/gocmaoekbehkaffkagkfomjohipbggne |
Deskripsi | Replace Twitter's Moments tab with a Mentions tab |
Ukuran File | 9.65 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-05-17 |
Tanggal Publikasi | 2016-05-17 |
Pengembang | freginold |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |