TweetPik - Perfect Twitter Screenshots
TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…
O que é TweetPik - Perfect Twitter Screenshots?
TweetPik - Perfect Twitter Screenshots é uma extensão do Chrome desenvolvida por https://tweetpik.com, e sua principal característica é "TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TweetPik - Perfect Twitter Screenshots
Baixe arquivos de extensão TweetPik - Perfect Twitter Screenshots no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TweetPik - Perfect Twitter Screenshots |
ID | ffhabdnecmdlehnpnkdgcjkgohlhakjb |
URL Oficial | https://chromewebstore.google.com/detail/tweetpik-perfect-twitter/ffhabdnecmdlehnpnkdgcjkgohlhakjb |
Descrição | TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at… |
Tamanho do Arquivo | 1.35 MB |
Contagem de Instalações | 1,074 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-04-15 |
Data de Publicação | 2021-03-07 |
Classificação | 3.50/5 Total de 6 Avaliações |
Desenvolvedor | https://tweetpik.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tweetpik.com |
URL da Página de Ajuda | https://discord.gg/Mw3QS8BYkG |
URL da Página de Política de Privacidade | https://www.tweetpik.com/privacy.pdf |
Idiomas Suportados | 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 } ] } |