TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
TwitterLatestคืออะไร?
TwitterLatest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mattcdowning และคุณลักษณะหลักของมันคือ "Automatically switch Twitter feed to “Latest Tweets” ✨"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TwitterLatest
ดาวน์โหลดไฟล์ส่วนขยาย 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! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jfeokmgjhgkooomeejegoljcodnokich |
| URL อย่างเป็นทางการ | 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"
]
}
]
} | |