TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
什麼是TwitterLatest?
TwitterLatest是由mattcdowning開發的Chrome擴展程式,該擴展的主要功能是“Automatically switch Twitter feed to “Latest Tweets” ✨”。
擴展截圖
下載TwitterLatest擴展crx文件
下載TwitterLatest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
“Is there a Chrome extension to fix the Twitter bug that keeps switching you back to the ‘top tweets’ feed even if you keep selecting ‘show latest tweets’?” - Benedict Evans This is it!
擴展基本資訊
名稱 | TwitterLatest |
ID | jfeokmgjhgkooomeejegoljcodnokich |
官方網址 | https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich |
簡介 | Automatically switch Twitter feed to “Latest Tweets” ✨ |
檔案大小 | 7.8 KB |
安裝次數 | 69 |
目前版本 | 1.0.2 |
更新時間 | 2019-06-14 |
上架時間 | 2019-06-13 |
評分 | 1.00/5 共 1 次評分 |
開發者 | mattcdowning |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://twitterlatest.netlify.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitterLatest", "version": "1.0.2", "description": "Automatically switch Twitter feed to \u201cLatest Tweets\u201d \u2728", "browser_action": { "default_icon": "icon128.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/home", "https:\/\/mobile.twitter.com\/home" ], "js": [ "content.js" ] } ] } |