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.
扩展基本信息
名称 | TweetPik - Perfect Twitter Screenshots |
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 } ] } |