Twittext
A lightweight Google Chrome extension for Twitter
Twittextคืออะไร?
Twittext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sanya.gornostal และคุณลักษณะหลักของมันคือ "A lightweight Google Chrome extension for Twitter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twittext
ดาวน์โหลดไฟล์ส่วนขยาย Twittext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twittext — is a lightweight Google Chrome extension for Twitter. Features: ✔ View home timeline ✔ Real time timeline updates ✔ Retweet, Favorite, Remove ✔ Update status ✔ Unread tweets counter ✔ Image previews You can contribute to this project. All sources available on github https://github.com/gornostal/twittext
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twittext |
ID | nhlgmmenohfeheknddaebljgbcgaamhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe |
คำอธิบาย | A lightweight Google Chrome extension for Twitter |
ขนาดไฟล์ | 151 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 1.6.3 |
อัปเดตครั้งล่าสุด | 2013-08-24 |
วันที่เผยแพร่ | 2013-08-24 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | sanya.gornostal |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gornostal/twittext |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twittext", "description": "A lightweight Google Chrome extension for Twitter", "background": { "page": "background.html" }, "manifest_version": 2, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Twittext", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.png", "19": "img\/icon_19.png", "48": "img\/icon_48.png" }, "options_page": "options.html", "version": "1.6.3", "permissions": [ "tabs", "background", "https:\/\/api.twitter.com\/", "https:\/\/userstream.twitter.com\/" ], "sandbox": { "pages": [ "sandboxed\/template-renderer.html" ] } } |