Icons UTF-8 for all

Copy all most popular utf-8 icons for usage in what you need

O que é Icons UTF-8 for all?

Icons UTF-8 for all é uma extensão do Chrome desenvolvida por Lord Trafford, e sua principal característica é "Copy all most popular utf-8 icons for usage in what you need".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Icons UTF-8 for all

Baixe arquivos de extensão Icons UTF-8 for all 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

                        It's a simple Google Chrome extension for copyng in the clipboard the utf-8 glyph icons and use it wherever you want. It's useful for specially for Gmail. Maybe you can try with another web-clients.
Codes extracted from:
   * http://en.wikipedia.org/wiki/Dingbat#Unicode_Dingbats and
   * http://en.wikipedia.org/wiki/Miscellaneous_Symbols

4. From the list, select the icon you like it and click on the Copy button. The icon is in your clipboard. You can paste it in the subject line in Gmail for instance.

5. Enjoy it!

Code available at: https://github.com/krukmat/icon4utf8/                    

Informações Básicas da Extensão

Nome Icons UTF-8 for all Icons UTF-8 for all
ID gblddochaobhmgnfmacpbaednlmlfdec
URL Oficial https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec
Descrição Copy all most popular utf-8 icons for usage in what you need
Tamanho do Arquivo 331 KB
Contagem de Instalações 244
Versão Atual 0.1
Última Atualização 2015-06-28
Data de Publicação 2015-06-28
Desenvolvedor Lord Trafford
Tipo de Pagamento free
Site da Extensão https://github.com/krukmat/icon4utf8/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Icons UTF-8 for all",
    "version": "0.1",
    "description": "Copy all most popular utf-8 icons for usage in what you need",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "clipboardWrite",
        "clipboardRead"
    ]
}