Snippit
Grab screenshots easy from your browser!
O que é Snippit?
Snippit é uma extensão do Chrome desenvolvida por dinobpublishing, e sua principal característica é "Grab screenshots easy from your browser!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snippit
Baixe arquivos de extensão Snippit 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
Need to save a quick screenshot? Snippit is designed specifically to give you full screenshot of whatever you might be looking at! Just click it and Snippit! Best of all it is absolutely 100% free! I like to make tools to help people, and I hope you enjoy Snippit! **NEW FOR VERSION 1.2.0** - Users requested confirmation when a file was saved/copied this has been added. When you click either button once the save/copy is done the extension will tell you. =) --------------------------------------------------------------- **NEW FOR VERSION 1.1.0** - You can now copy your screenshots directly to your clipboard! If you don't want to save your screen shot to your computer, but want to instead copy it, click "Copy to Clipboard!" and you can paste it wherever you want!
Informações Básicas da Extensão
Nome | Snippit |
ID | hhcbdolcmnbmnlkfiekegpkemgckhlii |
URL Oficial | https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii |
Descrição | Grab screenshots easy from your browser! |
Tamanho do Arquivo | 1.65 MB |
Contagem de Instalações | 1,235 |
Versão Atual | 1.2.0 |
Última Atualização | 2022-07-11 |
Data de Publicação | 2021-05-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | dinobpublishing |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snippit", "description": "Grab screenshots easy from your browser!", "version": "1.2.0", "action": { "default_popup": "index.html" }, "icons": { "16": "assets\/snippit16.png", "48": "assets\/snippit48.png", "128": "assets\/snippit128.png" }, "permissions": [ "activeTab", "clipboardWrite", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "*:\/\/*\/*" ] } |