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" } } } } |