Twitter Share Button
Share selected text from any website to Twitter
Twitter Share Buttonคืออะไร?
Twitter Share Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Владимир Морин และคุณลักษณะหลักของมันคือ "Share selected text from any website to Twitter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Share Button
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Share Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You will be able to share information on the Internet with friends with a single click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hkmmkblpaehhnmljcllnhfaieekjihni |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-share-button/hkmmkblpaehhnmljcllnhfaieekjihni |
คำอธิบาย | Share selected text from any website to Twitter |
ขนาดไฟล์ | 24.54 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-10-24 |
วันที่เผยแพร่ | 2015-10-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Владимир Морин |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Share selected text from any website to Twitter", "icons": { "16": "16.png", "128": "128.png" }, "name": "Twitter Share Button", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "manifest_version": 2, "version": "1.0", "browser_action": { "default_title": " Twitter Share Button", "default_icon": "16.png" } } |