TELL.WTF - style your text
Transform and style your text using symbols.
TELL.WTF - style your text là gì?
TELL.WTF - style your text là một tiện ích mở rộng Chrome được phát triển bởi https://tell.wtf, và tính năng chính của nó là "Transform and style your text using symbols.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TELL.WTF - style your text
Tải xuống các tệp mở rộng TELL.WTF - style your text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TELL.WTF - style your text |
ID | ageiikgnhpnpcnaifeaikpphhgealfia |
URL Chính Thức | https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia |
Mô tả | Transform and style your text using symbols. |
Kích Thước Tệp | 3.05 MB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 2.5 |
Cập Nhật Lần Cuối | 2019-06-12 |
Ngày Phát Hành | 2019-06-12 |
Đánh Giá | 4.87/5 Tổng số 38 Đánh Giá |
Nhà Phát Triển | https://tell.wtf |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |