Twitter URLs to Clients
Converts all Twitter.com urls to mac twitter app specific URLs.
Twitter URLs to Clientsคืออะไร?
Twitter URLs to Clients เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orta.therox และคุณลักษณะหลักของมันคือ "Converts all Twitter.com urls to mac twitter app specific URLs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter URLs to Clients
ดาวน์โหลดไฟล์ส่วนขยาย Twitter URLs to Clients ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts all Twitter.com urls to Mac twitter app specific URLs. It currently only works with TweetBot as there's no way to do it in EchoFon and I'm not sure I can bring myself to install the official Twitter App.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter URLs to Clients |
ID | ifjdjgbajegbcifahnhcbejcfognlomg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-urls-to-clients/ifjdjgbajegbcifahnhcbejcfognlomg |
คำอธิบาย | Converts all Twitter.com urls to mac twitter app specific URLs. |
ขนาดไฟล์ | 4.15 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-09-09 |
วันที่เผยแพร่ | 2013-09-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | orta.therox |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/orta/twitter-urls-to-clients |
URL หน้าช่วยเหลือ | https://github.com/orta/twitter-urls-to-clients |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter URLs to Clients", "description": "Converts all Twitter.com urls to mac twitter app specific URLs.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "twitter_urls_to_clients.js" ] } ] } |