TweetPik - Perfect Twitter Screenshots
TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
TweetPik - Perfect Twitter Screenshotsคืออะไร?
TweetPik - Perfect Twitter Screenshots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tweetpik.com และคุณลักษณะหลักของมันคือ "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetPik - Perfect Twitter Screenshots
ดาวน์โหลดไฟล์ส่วนขยาย TweetPik - Perfect Twitter Screenshots ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets.
- Screenshot multiple tweets at once. Perfect to screenshot threads.
- Download screenshots as PNG, JPG or PDF to post on LinkedIn as a carousel.
- Customize the tweet to fit your brand. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ffhabdnecmdlehnpnkdgcjkgohlhakjb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb |
| คำอธิบาย | TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at… |
| ขนาดไฟล์ | 1.35 MB |
| จำนวนการติดตั้ง | 1,074 |
| เวอร์ชันปัจจุบัน | 2.0.0 |
| อัปเดตครั้งล่าสุด | 2023-04-15 |
| วันที่เผยแพร่ | 2021-03-07 |
| คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | https://tweetpik.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://tweetpik.com |
| URL หน้าช่วยเหลือ | https://discord.gg/Mw3QS8BYkG |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.tweetpik.com/privacy.pdf |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TweetPik - Perfect Twitter Screenshots",
"version": "2.0.0",
"action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.content.ts.cf01049f.f100c356.js"
],
"matches": [
"*:\/\/twitter.com\/*"
],
"all_frames": true
}
],
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/twitter.com\/*"
],
"resources": [
"assets\/content.ts.cf01049f.js"
],
"use_dynamic_url": true
}
]
} | |