TELL.WTF - style your text
Transform and style your text using symbols.
Wat is TELL.WTF - style your text?
TELL.WTF - style your text is een Chrome-extensie ontwikkeld door https://tell.wtf, en de belangrijkste functie is "Transform and style your text using symbols.".
Extensie Screenshots
Download het CRX-bestand van de extensie TELL.WTF - style your text
Download TELL.WTF - style your text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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.
Basisinformatie over de Extensie
Naam | TELL.WTF - style your text |
ID | ageiikgnhpnpcnaifeaikpphhgealfia |
Officiële URL | https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia |
Beschrijving | Transform and style your text using symbols. |
Bestandsgrootte | 3.05 MB |
Aantal Installaties | 9,000 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2019-06-12 |
Publicatiedatum | 2019-06-12 |
Beoordeling | 4.87/5 Totaal 38 Beoordelingen |
Ontwikkelaar | https://tell.wtf |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } } |