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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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" } } } } |