Emoji Copy Paste
Click on any emoji to Copy it instantly. Now Paste it anywhere.
O que é Emoji Copy Paste?
Emoji Copy Paste é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Click on any emoji to Copy it instantly. Now Paste it anywhere.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Emoji Copy Paste
Baixe arquivos de extensão Emoji Copy Paste 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
Click on any emoji - and it would be copied to your clipboard automatically. You can now paste it anywhere using the usual keyboard command CTRL + V, or the "Paste" option present in the context menu (right click menu). Some emojis mayn't be supported on your device or platform. The exact appearance of emojis would depend upon operating system, Chrome version and the websites where you use them. Extension by BrowserNative.
Informações Básicas da Extensão
Nome | Emoji Copy Paste |
ID | kakenlcjjabkimffanalanbhoejkbdmf |
URL Oficial | https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf |
Descrição | Click on any emoji to Copy it instantly. Now Paste it anywhere. |
Tamanho do Arquivo | 32.59 KB |
Contagem de Instalações | 12,509 |
Versão Atual | 0.6 |
Última Atualização | 2016-12-17 |
Data de Publicação | 2016-12-17 |
Classificação | 4.27/5 Total de 15 Avaliações |
Desenvolvedor | BrowserNative |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/chrome-emoji/ |
URL da Página de Ajuda | https://browsernative.com/chrome-emoji/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Copy Paste", "version": "0.6", "manifest_version": 2, "description": "Click on any emoji to Copy it instantly. Now Paste it anywhere.", "icons": { "128": "static\/128.png" }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Emoji", "default_popup": "main.html" }, "homepage_url": "https:\/\/browsernative.com\/chrome-emoji\/", "background": { "persistent": false, "scripts": [ "background.js" ] } } |