Twitter & FB Capture
Capture screenshots of Twitter and Facebook posts.
Twitter & FB Captureคืออะไร?
Twitter & FB Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shang Liang และคุณลักษณะหลักของมันคือ "Capture screenshots of Twitter and Facebook posts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter & FB Capture
ดาวน์โหลดไฟล์ส่วนขยาย Twitter & FB Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screen grab a post on Twitter and Facebook. After installation, go and visit a Twitter page e.g. https://twitter.com/googlecloud/status/1285547816564269057 Right click at the center post and the a button will appear in the context menu "Capture" Click at it capture the image and you can paste it onto your keynote or powerpoint slides
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter & FB Capture |
ID | jnajainpealobgghniooofdcahcflnag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-fb-capture/jnajainpealobgghniooofdcahcflnag |
คำอธิบาย | Capture screenshots of Twitter and Facebook posts. |
ขนาดไฟล์ | 42.8 KB |
จำนวนการติดตั้ง | 189 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2020-07-24 |
วันที่เผยแพร่ | 2020-07-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Shang Liang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter & FB Capture", "version": "0.0.3", "manifest_version": 2, "description": "Capture screenshots of Twitter and Facebook posts.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "activeTab", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "injection.css" ] } |