TELL.WTF - style your text

Transform and style your text using symbols.

TELL.WTF - style your textとは何ですか?

TELL.WTF - style your textはhttps://tell.wtfによって開発されたChromeの拡張機能で、その主な機能は「Transform and style your text using symbols.」です。

拡張機能のスクリーンショット

screenshot

TELL.WTF - style your text拡張機能のCRXファイルをダウンロード

TELL.WTF - style your text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 TELL.WTF - style your text TELL.WTF - style your text
ID ageiikgnhpnpcnaifeaikpphhgealfia
公式URL https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia
説明 Transform and style your text using symbols.
ファイルサイズ 3.05 MB
インストール数 9,000
現在のバージョン 2.5
最終更新日 2019-06-12
公開日 2019-06-12
評価 4.87/5 合計 38 レビュー
開発者 https://tell.wtf
支払い方法 free
対応言語 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"
            }
        }
    }
}