Pikaso - Screenshot Twitter
Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.
O que é Pikaso - Screenshot Twitter?
Pikaso - Screenshot Twitter é uma extensão do Chrome desenvolvida por https://pikaso.me, e sua principal característica é "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pikaso - Screenshot Twitter
Baixe arquivos de extensão Pikaso - Screenshot Twitter 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
To use this extension you must first sign in at https://pikaso.me.
Informações Básicas da Extensão
Nome | Pikaso - Screenshot Twitter |
ID | ifoniakgfcodcephanhnaeicbkeianap |
URL Oficial | https://chromewebstore.google.com/detail/pikaso-screenshot-twitter/ifoniakgfcodcephanhnaeicbkeianap |
Descrição | Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters. |
Tamanho do Arquivo | 26.59 KB |
Contagem de Instalações | 3,150 |
Versão Atual | 1.5.0 |
Última Atualização | 2020-08-31 |
Data de Publicação | 2020-05-20 |
Classificação | 3.29/5 Total de 7 Avaliações |
Desenvolvedor | https://pikaso.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pikaso.me |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pikaso - Screenshot Twitter", "version": "1.5.0", "description": "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/camera.svg", "images\/camera-hover.svg" ], "browser_specific_settings": { "gecko": { "id": "{64beab3e-ce04-40d5-94a3-d360746170fe}" } } } |