Emoji Picker
Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/
O que é Emoji Picker?
Emoji Picker é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Emoji Picker
Baixe arquivos de extensão Emoji Picker 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
Emoji Picker is a free extension that lets you copy and use emojis, wherever you want. Emoji Picker for Chrome, let you copy one or more emojis with a single click. Just click on the one that you want and paste it wherever you want - Slack or WhatsApp message, Tweet etc. Emojis are sorted by different categories. You can also search the one that you're looking for with convenient search bar. All the emojis design are taken from an amazing open source project - Openmoji. Check out their website here -https://openmoji.org
Informações Básicas da Extensão
Nome | Emoji Picker |
ID | afpomjpjalofnkckaomalkchbdalkhha |
URL Oficial | https://chromewebstore.google.com/detail/emoji-picker/afpomjpjalofnkckaomalkchbdalkhha |
Descrição | Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/ |
Tamanho do Arquivo | 9.35 MB |
Contagem de Instalações | 184 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-02-09 |
Data de Publicação | 2020-02-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Picker", "description": "Emoji picker library based on emojis from open source project Openmoji - https:\/\/openmoji.org\/", "version": "1.0.2", "author": "Maciek Grzybek - https:\/\/github.com\/maciekgrzybek", "browser_action": { "default_popup": "index.html", "default_title": "Get the emoji" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-1r7eLgkUWKyUL9cmsy073y2a2ojTPzrZxyAeGLCfJFg='; object-src 'self';" } |