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是由https://tweetpik.com開發的Chrome擴展程式,該擴展的主要功能是“TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…”。
擴展截圖
下載TweetPik - Perfect Twitter Screenshots擴展crx文件
下載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 |
| 官方網址 | 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
}
]
} | |