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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform and style your text using symbols."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TELL.WTF - style your text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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