Clipbuffer
Copy URLs without overwiting the clipboard.
O que é Clipbuffer?
Clipbuffer é uma extensão do Chrome desenvolvida por JM Chumo Mata, e sua principal característica é "Copy URLs without overwiting the clipboard.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clipbuffer
Baixe arquivos de extensão Clipbuffer 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
This extensión provides context menus to add content to he clipboard without overwriting it. Works on: * Links * Images * Selected text * Current page address * Audio and video (HTML5) The code can be found here: https://github.com/jmchuma/Clipbuffer
Informações Básicas da Extensão
Nome | Clipbuffer |
ID | kaljanbaemmkahepmddieipmafapobdb |
URL Oficial | https://chromewebstore.google.com/detail/clipbuffer/kaljanbaemmkahepmddieipmafapobdb |
Descrição | Copy URLs without overwiting the clipboard. |
Tamanho do Arquivo | 4.93 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.4.1 |
Última Atualização | 2012-07-13 |
Data de Publicação | 2012-07-12 |
Desenvolvedor | JM Chumo Mata |
Tipo de Pagamento | free |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "name": "Clipbuffer", "offline_enabled": true, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus" ], "version": "0.4.1" } |