Text emoticons
Set of text emoticons for important negotiations.
O que é Text emoticons?
Text emoticons é uma extensão do Chrome desenvolvida por https://oleg.ninja, e sua principal característica é "Set of text emoticons for important negotiations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Text emoticons
Baixe arquivos de extensão Text emoticons 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
There are two ways to use it: * Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately. * Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text.
Informações Básicas da Extensão
Nome | Text emoticons |
ID | edbdmlapnodebdekiekhmeokboihmong |
URL Oficial | https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong |
Descrição | Set of text emoticons for important negotiations. |
Tamanho do Arquivo | 45.71 KB |
Contagem de Instalações | 1,275 |
Versão Atual | 3 |
Última Atualização | 2016-02-29 |
Data de Publicação | 2016-02-28 |
Classificação | 4.48/5 Total de 21 Avaliações |
Desenvolvedor | https://oleg.ninja |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://oleg.ninja/text-emoticons/ |
URL da Página de Política de Privacidade | https://developer.chrome.com/webstore/program_policies |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "3", "description": "__MSG_extDescription__", "minimum_chrome_version": "28", "icons": { "32": "images\/icon32.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "tabs", "clipboardWrite", "notifications", "*:\/\/*\/*" ], "commands": { "show-layer": { "suggested_key": { "default": "Alt+Shift+O" }, "description": "__MSG_commandDescription__" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/vendor\/jquery-2.1.3.min.js", "js\/smiles.js", "js\/box.js" ], "css": [ "css\/text-enjoy.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": "images\/icon32.png", "default_popup": "views\/popup.html" }, "homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/" } |