TELL.WTF - style your text
Transform and style your text using symbols.
Was ist TELL.WTF - style your text?
TELL.WTF - style your text ist eine Chrome-Erweiterung, die von https://tell.wtf entwickelt wurde, und ihr Hauptmerkmal ist "Transform and style your text using symbols.".
Erweiterungsscreenshots
TELL.WTF - style your text-Erweiterungs-CRX-Datei herunterladen
Laden Sie TELL.WTF - style your text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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.
Grundlegende Informationen zur Erweiterung
Name | TELL.WTF - style your text |
ID | ageiikgnhpnpcnaifeaikpphhgealfia |
Offizielle URL | https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia |
Beschreibung | Transform and style your text using symbols. |
Dateigröße | 3.05 MB |
Installationsanzahl | 9,000 |
Aktuelle Version | 2.5 |
Letztes Update | 2019-06-12 |
Veröffentlichungsdatum | 2019-06-12 |
Bewertung | 4.87/5 Insgesamt 38 Bewertungen |
Entwickler | https://tell.wtf |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } } |