Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Twitter Favorites Extensionคืออะไร?
Twitter Favorites Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tom และคุณลักษณะหลักของมันคือ "One-click access to the tweets you've added as favorites, from anywhere on Twitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Favorites Extension
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Favorites Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
คำอธิบาย | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
ขนาดไฟล์ | 6.96 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2015-11-06 |
วันที่เผยแพร่ | 2015-11-06 |
ผู้พัฒนา | tom |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |