TELL.WTF - style your text
Transform and style your text using symbols.
Что такое TELL.WTF - style your text?
TELL.WTF - style your text - это расширение Chrome, разработанное https://tell.wtf, и его основная функция - "Transform and style your text using symbols.".
Снимки экрана расширения
Скачать файл CRX расширения TELL.WTF - style your text
Скачайте файлы расширений 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 |
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" } } } } |