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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://discord.gg/Mw3QS8BYkG |
| عنوان صفحة سياسة الخصوصية | 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
}
]
} | |