twitthat
Share webpage to twitter easily.
twitthatคืออะไร?
twitthat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://twitthat.com และคุณลักษณะหลักของมันคือ "Share webpage to twitter easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย twitthat
ดาวน์โหลดไฟล์ส่วนขยาย twitthat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
you can share current webpage to twitter immediately
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kokfpkjjfkmedfmeekkjafelkgbjiehm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitthat/kokfpkjjfkmedfmeekkjafelkgbjiehm |
คำอธิบาย | Share webpage to twitter easily. |
ขนาดไฟล์ | 8.76 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2023-03-08 |
วันที่เผยแพร่ | 2015-09-09 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://twitthat.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitthat.com/privacy/ |
URL หน้าช่วยเหลือ | https://twitthat.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://twitthat.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "twitthat", "description": "Share webpage to twitter easily.", "version": "1.3.2", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/twitthat.com\/", "https:\/\/twitter.com\/", "https:\/\/api.twitter.com\/" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |