2witter
2witter doubles Twitter's character limit of 140. Tweet 280 characters at a time for your 2witter-using friends to read!
2witterคืออะไร?
2witter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joseph.colicchio และคุณลักษณะหลักของมันคือ "2witter doubles Twitter's character limit of 140. Tweet 280 characters at a time for your 2witter-using friends to read!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2witter
ดาวน์โหลดไฟล์ส่วนขยาย 2witter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever need to tweet something that can't be summed up in 140 characters? It's happened to us, that's why we designed 2witter! 2witter is a new chrome plugin designed to increase the maximum character limit that Twitter enforces. With 2witter, you can send tweets of 280 characters! Upon tweeting, your message is encoded in up to 140 unicode characters. 2witter only encodes your tweets when they have exceeded the maximum limit. Any tweet 140 characters or shorter will be untouched by 2witter, and will be viewable by all of your followers. To use 2witter, just install, go to twitter.com, and begin typing a long tweet from the homepage. Once you've written a tweet, and the limit is anything larger than -140, click tweet (it'll be grayed out, don't worry), and your tweet should be compressed and tweeted! Only other users of 2witter will be able to view these tweets. They'll appear as symbols to anyone who isn't using the plugin, so tell your followers to get with the times and upgrade their twitter experience! Be wary, 2witter only supports ASCII characters for now. ASCII characters are a-z, A-Z, 0-9, and all basic keyboard punctuation. In the future, we will probably provide support for some advanced unicode characters, it's a work in progress so please be patient.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | emlidmddcdcjgepdkfkniagbanpcebie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/2witter/emlidmddcdcjgepdkfkniagbanpcebie |
คำอธิบาย | 2witter doubles Twitter's character limit of 140. Tweet 280 characters at a time for your 2witter-using friends to read! |
ขนาดไฟล์ | 157 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2013-12-28 |
วันที่เผยแพร่ | 2013-12-28 |
คะแนน | 3.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | joseph.colicchio |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2witter", "version": "0.0.6", "description": "2witter doubles Twitter's character limit of 140. Tweet 280 characters at a time for your 2witter-using friends to read!", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [], "js": [ "jquery-2.0.3.min.js", "jquery-2.0.3.js", "contentscript.js" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "permissions": [], "web_accessible_resources": [ "jquery-2.0.3.js", "jquery-2.0.3.min.js", "jquery-2.0.3.min.map", "contentscript.js" ] } |