TELL.WTF - style your text

Transform and style your text using symbols.

Qu'est-ce que TELL.WTF - style your text ?

TELL.WTF - style your text est une extension Chrome développée par https://tell.wtf, et sa fonction principale est "Transform and style your text using symbols.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TELL.WTF - style your text

Téléchargez les fichiers d'extension TELL.WTF - style your text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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.                    

Informations de Base sur l'Extension

Nom TELL.WTF - style your text TELL.WTF - style your text
ID ageiikgnhpnpcnaifeaikpphhgealfia
URL Officiel https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia
Description Transform and style your text using symbols.
Taille du Fichier 3.05 MB
Nombre d'Installations 9,000
Version Actuelle 2.5
Dernière Mise à Jour 2019-06-12
Date de Publication 2019-06-12
Évaluation 4.87/5 Total 38 Évaluations
Développeur https://tell.wtf
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    }
}