TELL.WTF - style your text
Transform and style your text using symbols.
O que é TELL.WTF - style your text?
TELL.WTF - style your text é uma extensão do Chrome desenvolvida por https://tell.wtf, e sua principal característica é "Transform and style your text using symbols.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TELL.WTF - style your text
Baixe arquivos de extensão TELL.WTF - style your text 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
➊ (ᴏᴘᴛɪᴏɴᴀʟ) Select some text on some page. For example, some text you have just written in a text box ➋ Open this extension using ALT+T, or by clicking it. ➌ Eᴅɪᴛ and sᴛʏʟᴇ your text using symbols. ➍ (ᴏᴘᴛɪᴏɴᴀʟ) Paint to find and add symbols and emoji to the text. ➎ Copy-paste your text into any instant messenger, chat, wherever.
Informações Básicas da Extensão
Nome | TELL.WTF - style your text |
ID | ageiikgnhpnpcnaifeaikpphhgealfia |
URL Oficial | https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia |
Descrição | Transform and style your text using symbols. |
Tamanho do Arquivo | 3.05 MB |
Contagem de Instalações | 9,000 |
Versão Atual | 2.5 |
Última Atualização | 2019-06-12 |
Data de Publicação | 2019-06-12 |
Classificação | 4.87/5 Total de 38 Avaliações |
Desenvolvedor | https://tell.wtf |
Tipo de Pagamento | free |
Idiomas Suportados | en,es,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.5", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "128": "icon.png" }, "externally_connectable": { "matches": [ "*:\/\/tell.wtf\/*", "http:\/\/localhost:3000\/*" ] }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } } } |