ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
O que é ScreenSnip?
ScreenSnip é uma extensão do Chrome desenvolvida por bhayatus, e sua principal característica é "A tool that allows you to take a screenshot of the current tab and crop it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ScreenSnip
Baixe arquivos de extensão ScreenSnip 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
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.
Informações Básicas da Extensão
Nome | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
URL Oficial | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
Descrição | A tool that allows you to take a screenshot of the current tab and crop it. |
Tamanho do Arquivo | 44.84 KB |
Contagem de Instalações | 1,086 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-04-05 |
Data de Publicação | 2020-04-05 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | bhayatus |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSnip", "version": "1.1.0", "manifest_version": 2, "description": "A tool that allows you to take a screenshot of the current tab and crop it.", "browser_action": { "default_title": "ScreenSnip" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "\/background\/background.js" ] }, "permissions": [ "activeTab", "downloads" ] } |