Snip-It
Copy a simple text snippet about the active tab to the clipboard
O que é Snip-It?
Snip-It é uma extensão do Chrome desenvolvida por crowe.mitch, e sua principal característica é "Copy a simple text snippet about the active tab to the clipboard".
Baixar o arquivo CRX da Extensão Snip-It
Baixe arquivos de extensão Snip-It 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
Save webpages to your clipboard for easy pasting into a markdown document.
Informações Básicas da Extensão
Nome | ![]() |
ID | fbioimabbleddmecllbenileihlpnamf |
URL Oficial | https://chrome.google.com/webstore/detail/snip-it/fbioimabbleddmecllbenileihlpnamf |
Descrição | Copy a simple text snippet about the active tab to the clipboard |
Tamanho do Arquivo | 33.33 KB |
Contagem de Instalações | 481 |
Versão Atual | 2.0 |
Última Atualização | 2017-01-04 |
Data de Publicação | 2017-01-04 |
Desenvolvedor | crowe.mitch |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snip-It", "description": "Copy a simple text snippet about the active tab to the clipboard", "version": "2.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "jquery-2.1.0.min.js", "background.js" ], "persistent": false }, "commands": { "tab-snippet": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Copy a snippet of the current tab" } }, "browser_action": { "default_title": "Copy a snippet to the clipboard", "default_icon": "icon.png" }, "manifest_version": 2 } |