TELL.WTF - style your text
Transform and style your text using symbols.
Co to jest TELL.WTF - style your text?
TELL.WTF - style your text to rozszerzenie Chrome opracowane przez https://tell.wtf, a jego główną funkcją jest „Transform and style your text using symbols.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TELL.WTF - style your text
Pobierz pliki rozszerzeń TELL.WTF - style your text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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.
Podstawowe informacje o rozszerzeniu
Nazwa | TELL.WTF - style your text |
ID | ageiikgnhpnpcnaifeaikpphhgealfia |
Oficjalny URL | https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia |
Opis | Transform and style your text using symbols. |
Rozmiar pliku | 3.05 MB |
Liczba instalacji | 9,000 |
Aktualna Wersja | 2.5 |
Ostatnia Aktualizacja | 2019-06-12 |
Data Publikacji | 2019-06-12 |
Ocena | 4.87/5 Łącznie 38 Oceny |
Deweloper | https://tell.wtf |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } } |